A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
lebensterben on develop
[bot] built_in_updates (#15910)… (compare)
lebensterben on develop
fix(spacemacs-buffer): replace … (compare)
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.
Warning: attempt to open-code
anonymous lambda' with too few arguments` but I can't figure out what the heck. I don't think it's related though. I think I saw this message before and it never broke the transients