| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
It's a light theme with high contrast. It was suggested in this article
https://www.manueluberti.eu/emacs/2020/03/16/modus-themes/.
|
|
|
|
| |
Add a few bindings to move up / down / left / right.
|
| |
|
|
|
|
|
| |
Not having them displayed make it more difficult to me to navigate files
and directories.
|
|
|
|
| |
The setting `ivy-use-virtual-buffer` was set twice.
|
|
|
|
|
| |
I prefer to see the details, it's easier to understand what I'm
looking at.
|
|
|
|
|
| |
Use emacs implementation of `ls`, which allows us to group files by
type (only GNU's `ls` does that, not the one shipped by MacOS)
|
|
|
|
|
| |
especially nice for switching buffer with the minibuffer view, it
shows a little bit more information.
|
|
|
|
|
| |
review the grouping order (org first, for example, and group a few
more file extensions together).
|
|
|
|
|
|
|
| |
guide key was not that helpful, hydra is a better way to deal with
that problem.
update ibuffer config to group files by major mode.
|
|
|
|
|
|
|
|
|
|
|
|
| |
mostly inspired by reading https://github.com/patrickt/emacs. i've
made the configuration of counsel and ivy more explicit, by splitting
the customization.
i've fixed the binding for searching with a buffer to rely on rgrep
instead of ag (since i've switched to rg).
i'm going to try the module 'guide-key' to see if i can be better at
remembering some bindings (i always forget a bunch of them).
|
|
|
|
| |
I switched to macport, and I don't have GNU ls anymore.
|
| |
|
| |
|
|
|
|
|
|
|
| |
The name `defuns` make more sense since it's a collection of
functions.
All the custom variables are using the prefix 'fcuny/' consistently.
|
|
This is actually an easier thing to maintain.
|