| Commit message (Collapse) | Author | Age |
... | |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
|\ |
|
| |
| |
| |
| | |
See https://github.com/minad/vertico/issues/15 -- might not be necessary
|
| |
| |
| |
| |
| |
| |
| | |
this time, I just commented out icomplete, so it should be easier to test
things. uff....
I guess I'm getting close to 1000 commits! so gotta do what i can, right?
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Added a block at the top of the function to call `auto-fill-function' if it's
enabled, and I changed the calls to `newline' to `insert "\n"`, due to
... something. It was having issues figuring out that the new lines were list
items I think.
I also removed the message part in the middle of the function that I forgot to
remove before.
|
| |\ |
|
| | |
| | |
| | |
| | | |
The ones removed aren't necessary with company-tng-mode.
|
| | |
| | |
| | |
| | |
| | | |
:option loads the symbols with custom-load-symbol, but for some of the settings
I don't care about that.
|
| | | |
|
| |/
|/| |
|
| | |
|
| |
| |
| |
| |
| | |
company seems to be very slow on Windows. Until I can better diagnose the
slowdown, I'm just disabling `company-idle-delay' at work.
|
| |
| |
| |
| |
| |
| | |
`org-return-dwim' now ends a list on an empty nested list item.
See the comment for details.
|
| |
| |
| |
| | |
This keeps happening :/
|
|/
|
|
| |
From amitp.blogspot.com.
|
|
|
|
| |
... i honestly don't know.
|
|
|
|
|
| |
While `vertico' is nice, it's honestly still a bit buggy, and slower than
`icomplete-vertical'. So there we are.
|
|
|
|
|
|
|
|
| |
The advice I've added untabifies in addition to deleting the character, which
enables the function to look at `delete-backward-char-untabify-method' or
whatev.
Also ... whitespace apparently?
|
| |
|
| |
|
|
|
|
| |
I don't use C-j anyway.
|
|\ |
|
| | |
|
|/ |
|
|
|
|
| |
See the comments for details. Subject to change.
|
|
|
|
|
|
| |
While Ctrlf is nice, it doesn't hook into other mechanisms of Emacs as well as
Isearch. So .. I'm just going to put up with Isearch for now. Honestly I
don't miss Ctrlf too much.
|
| |
|
|
|
|
| |
... and beep at home (I like the little beep!)
|
|
|
|
|
|
| |
- Hook into `prog-mode'
- Change some bindings
- Add `slime-company'
|
|
|
|
| |
See variable `lispy-modes'
|
| |
|
|
|
|
|
| |
(:mode EXTENSION) expands to
(add-to-list 'auto-mode-alist '(EXTENSION . setup-mode)).
|
| |
|
|
|
|
|
|
| |
I could (a) put these in a different place (in the `setup slime' form, for
example), or (b) streamlined funcitons or ... something, but I did it this way
and it works fine so that's that. Oh, I also wrote a longish docstring.
|
|
|
|
| |
Still need to do the rest of init.el and early-init.el, and I suppose acdw*.el.
|
|
|
|
|
|
| |
I couldn't find a function that would return a filename /if/ it exists, so I
had to write one: `expand-file-name-exists-p'. Might change the name at some
point.
|
| |
|
|
|
|
| |
TODO: incorporate some kind of visual find-replace with ctrlf
|
|\ |
|
| |
| |
| |
| |
| |
| | |
On Windows, I use CLisp for LISP, so I need to add the path to exec-path there.
I also moved `geiser''s definition to keep fennel and lua together.
|
| | |
|
|/
|
|
|
| |
Based heavily (basically copied) from
https://github.com/olivertaylor/olivertaylor.github.io/blob/master/notes/20210324_emacs-optical-font-adjustment.org
|
| |
|
|
|
|
|
| |
Turns out, `smart-hungry-delete-mode' is mostly unnecessary. I can use the
really dumb version.
|