diff options
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 7b205cc..7ae0092 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -2311,15 +2311,6 @@ from Sublime Text. As always, there’s a mode for that. :config (setq expand-region-fast-keys-enabled nil)) #+END_SRC -** Typography - -I like using typographic quotes, but they’re complicated to insert manually. -them. - -#+BEGIN_SRC emacs-lisp -(electric-quote-mode) -#+END_SRC - ** avy Avy is a really nice way to move around files, like ace-jump-mode, but |