From 5eabef353b1a44eac2cc4b0b1e6f64ab89d7f96f Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 13 Jun 2019 08:20:59 -0700 Subject: [PATCH] =?UTF-8?q?Enable=20=E2=80=98electric-quote-local-mode?= =?UTF-8?q?=E2=80=99=20in=20=E2=80=98emacs-lisp-mode=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oni-elisp.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oni-elisp.el b/oni-elisp.el index 3b34ed2..6ae483a 100644 --- a/oni-elisp.el +++ b/oni-elisp.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190531074142 +;; Version: 20190612234946 ;; 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 @@ -32,6 +32,7 @@ (require 'ielm) (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 'fci-mode) (add-hook 'emacs-lisp-mode-hook 'flycheck-mode)