Enable ‘electric-quote-local-mode’ in ‘emacs-lisp-mode’
This commit is contained in:
parent
589485f49c
commit
5eabef353b
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 20190531074142
|
;; Version: 20190612234946
|
||||||
;; Package-Requires: (oni-company oni-flycheck oni-paredit oni-fci rainbow-delimiters nameless erefactor)
|
;; Package-Requires: (oni-company oni-flycheck oni-paredit oni-fci rainbow-delimiters nameless erefactor)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -32,6 +32,7 @@
|
||||||
(require 'ielm)
|
(require 'ielm)
|
||||||
|
|
||||||
(add-hook 'emacs-lisp-mode-hook 'company-mode)
|
(add-hook 'emacs-lisp-mode-hook 'company-mode)
|
||||||
|
(add-hook 'emacs-lisp-mode-hook 'electric-quote-local-mode)
|
||||||
(add-hook 'emacs-lisp-mode-hook 'erefactor-lazy-highlight-turn-on)
|
(add-hook 'emacs-lisp-mode-hook 'erefactor-lazy-highlight-turn-on)
|
||||||
(add-hook 'emacs-lisp-mode-hook 'fci-mode)
|
(add-hook 'emacs-lisp-mode-hook 'fci-mode)
|
||||||
(add-hook 'emacs-lisp-mode-hook 'flycheck-mode)
|
(add-hook 'emacs-lisp-mode-hook 'flycheck-mode)
|
||||||
|
|
Loading…
Reference in a new issue