branch: elpa/tablist commit 6d0343974217d00fcae78a6c22d2bcd1c83df536 Author: Andreas Politz <poli...@hochschule-trier.de> Commit: Andreas Politz <poli...@hochschule-trier.de>
Added dir-locals.el * lisp/.gitignore: --- .dir-locals.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..e0a752a --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1 @@ +((emacs-lisp-mode . ((eval . (local-unset-key (kbd "C-c C-c"))))))