diff options
author | Alan Pearce | 2017-05-08 15:25:03 +0200 |
---|---|---|
committer | Alan Pearce | 2017-05-08 15:25:03 +0200 |
commit | e71d8e38157f7952f6c70f1c43110d67799b3fe5 (patch) | |
tree | 54b7078cc8b27c6442da52acdfe9c1d7b918e0e3 | |
parent | bb0338c94a1ce73394a3e9f4eb418110a8a29821 (diff) | |
download | nixfiles-e71d8e38157f7952f6c70f1c43110d67799b3fe5.tar.lz nixfiles-e71d8e38157f7952f6c70f1c43110d67799b3fe5.tar.zst nixfiles-e71d8e38157f7952f6c70f1c43110d67799b3fe5.zip |
Emacs: Remove missing packages
- xrdb-mode - smart-scan
-rw-r--r-- | emacs/.emacs.d/init.org | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 07ce03a5..eb5bd2bd 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -1486,11 +1486,6 @@ set environment variables for projects. Some modes that I don’t really customise much, mostly for configuration files. #+BEGIN_SRC emacs-lisp -(use-package xrdb-mode - :ensure nil - :mode (("\\.Xdefaults\\'" . xrdb-mode) - ("\\.Xresources\\'" . xrdb-mode))) - (use-package haskell-mode :mode (("\\.hs\\'" . haskell-mode))) @@ -2475,16 +2470,6 @@ nice as the real version (add-hook 'coffee-mode-hook #'turn-off-smartparens-mode))) #+END_SRC -** smart-scan - -Move between instances of a symbol - -#+BEGIN_SRC emacs-lisp -(use-package smartscan - :config (progn - (global-smartscan-mode 1) - (setq smartscan-symbol-selector "symbol"))) -#+END_SRC ** move-text |