| Commit message (Collapse) | Author | Age |
... | |
| | |
| | |
| | |
| | | |
Get the benefits of paredit with easy keys in the REPL!
|
| | | |
|
| | | |
|
| | | |
|
| |/
|/| |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
I only rebind winum-select-window-* in graphical buffers because that's
apparently the only place where C-[n] is the same as M-[n].
|
| |
| |
| |
| |
| | |
Not sure how useful it'll be, but hopefully it'll help make some things a
little faster...
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
I still need to import my OPML using one of these:
- https://wpc.io/blog/posts/bulk-import-rss-feeds-to-gnus-via-gwene.html
- http://gwene.org/opml.php
... when I get home.
|
| |
| |
| |
| | |
Gnus Cloud ... sort of works? I'm honestly not sure about it, lol.
|
|\| |
|
| |
| |
| |
| |
| |
| |
| | |
Does the same thing (in general) as the dos2unix C program. By which I mean,
it converts \r\n to \n in the buffer. It doesn't do anything else.
... So it really doesn't do much of the same thing as dos2unix.
|
| |
| |
| |
| |
| |
| | |
This is going to cause a merge conflict later. I've made
`gnus-cloud-storage-method' `base64' because work doesn't have GPG or gzip and
I don't want to bother downloading them.
|
| |
| |
| |
| |
| | |
I've kept SLIME's config around, in case I need it -- which REPL is loaded
depends on the `acdw/cl-ide' variable.
|
| |
| |
| |
| |
| |
| | |
It does seem as though `which-key-show-early-on-C-h' isn't respected here, but
I'm not sure exactly what the issue is. Could be the
`which-key-setup-minibuffer'... more research is needed.
|
|/ |
|
|
|
|
| |
"dim gray" looks good on both black and white.
|
| |
|
|
|
|
|
| |
Still to think about: changing the `fringe' face. Do I want it another color?
Do I even need any buffer boundaries? Hm....
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
I found out about `which-key-delay-functions', which lets me tweak the delay
depending on what the key sequence is. I set up a function to show bindings in
my "leader map" immediately, but to delay for a bit on everything else.
I also put which-key stuff in the minibuffer -- I think it looks pretty good.
|
| |
|
| |
|
| |
|
|
|
|
| |
... and rename refresh-emacs to emacs-refresh ...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Redefine as much as possible as `setup' forms
- Reorganize into "Setup", "Basics", and "Packages" sections
- Within each section, alphabetize sexps
- Also (mostly) alphabetize acdw- files
- (Not the ones that are almost completely others' code)
- Sidebar: Why is this not a thing in elisp!? Should write a function
- Break karthink's thing into another library `acdw-re'
- Add a function to `acdw': `acdw/find-emacs-source'
- Should refactor that to better find the source
I think everything looks much more better now!
|
| |
|
|
|
|
|
|
| |
I don't know why, but (setf (point) (point-min)) doesn't work (see the
`org-mode' function). I changed it to the more ... older(?)
version, (goto-char (point-min)).
|
| |
|
| |
|
| |
|
|
|
|
| |
Just like SLIME. I also rewrote acdw/eval-region-or-buffer a bit.
|
|
|
|
| |
I don't plan on using any other news readers.
|
|
|
|
| |
Does this leak a little bit? Sure. But I /think/ (god, I pray) it's okay.
|
|
|
|
| |
I could probably do better things with the output and error buffers. Whatever.
|
|\ |
|
| | |
|
| |
| |
| |
| |
| | |
Now, I loop through a list of candidates and append all that are available to
the symbol fontset.
|
| |
| |
| |
| |
| | |
Try to emulate slime a little more. I really like the flashy things, but IDK
how to get that with elisp yet.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Why the hell not?!
|
| |
| |
| |
| | |
It shadows the (slightly more useful (for me (for now))) Isearch map(s).
|
| |
| |
| |
| |
| | |
Sometimes it'd be called and the function turning it off wouldn't be, for some
reason. Weird stuff.
|