mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 03:33:03 +03:00
feat(emacs): disable auto ' in elisp
This commit is contained in:
parent
f39411a3cd
commit
fad031bcb9
2 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue