A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
But then I really recommend you to read some chapters of https://www.gnu.org/software/emacs/manual/eintr.html
Yes, i will read it! Thanks! I am stuck at a basic emacs level because i dont know elisp. Its been on my todo list for too long now
(depending on what you want to use it for. There are better 'specialized' editors, but there is no better 'general' editor, and for sure not as elegant and fun...)
For example, try to do what you are asking now in any other editor... I think, genrally, it will by far not be this easy
But then I really recommend you to read some chapters of https://www.gnu.org/software/emacs/manual/eintr.html
Yes, i will read it! Thanks! I am stuck at a basic emacs level because i dont know elisp. Its been on my todo list for too long now
Just a few chapters will get you a long way (like 1 or two hours read, until you get the feeling that you understand the basics)
vim/evil
style editing)
(advice-add 'evil-force-normal-state :after 'spacemacs/evil-search-clear-highlight)
spacemacs/evil-search-clear-highlight
every time
evil-ex-active-highlights-alist
dotspacemacs-configuration-layers
section. (version-control :variables
version-control-diff-tool 'diff-hl)
s
= super, S
= shift, M
= right alt, and C
= control
I have been having the hardest time setting my directory-abbrev-alist
in a .dir-locals.el
. I have gotten things to work and then for some reason things decide to stop working later. Currently I have
((nil .
(
(projectile-project-compilation-cmd . "dm build ./waf --run-cache-cleanup install")
(projectile-project-configure-cmd . "dm build ./waf configure")
(projectile-project-test-cmd . "dm platinum python -u ./util/platinum/PlatinumTestVsm.py --tests ")
(directory-abbrev-alist . (("^/checkout/src" . "~/workspace/Seegrid/blue")))
)))
The error says unbalanced parentheses this appears to be due to the directory-abbrev-alist
line, cause if I remove that everything is fine.
~
? I didn't get the same error... I am trying to see if things are working now.