feat(emacs): disable auto ' in elisp

This commit is contained in:
Pavel Korytov 2021-03-04 12:49:53 +03:00
parent f39411a3cd
commit fad031bcb9
2 changed files with 8 additions and 2 deletions

View file

@ -1932,8 +1932,11 @@ pip install qtconsole markdown qrcode[pil] PyQt5 PyQtWebEngine
#+end_src
** Emacs Lisp
#+begin_src emacs-lisp
;; (add-hook 'emacs-lisp-mode-hook #'smartparens-strict-mode)
(add-hook 'emacs-lisp-mode-hook #'smartparens-strict-mode)
(add-hook 'emacs-lisp-mode-hook #'aggressive-indent-mode)
(sp-with-modes sp-lisp-modes
(sp-local-pair "'" nil :actions nil))
#+end_src
* TRAMP
** Performance

View file

@ -1458,9 +1458,12 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer."
:mode "Dockerfile\\'"
:straight t)
;; (add-hook 'emacs-lisp-mode-hook #'smartparens-strict-mode)
(add-hook 'emacs-lisp-mode-hook #'smartparens-strict-mode)
(add-hook 'emacs-lisp-mode-hook #'aggressive-indent-mode)
(sp-with-modes sp-lisp-modes
(sp-local-pair "'" nil :actions nil))
(setq remote-file-name-inhibit-cache nil)
(setq tramp-default-method "ssh")
(setq vc-ignore-dir-regexp