summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-05-08 15:25:03 +0200
committerAlan Pearce2017-05-08 15:25:03 +0200
commite71d8e38157f7952f6c70f1c43110d67799b3fe5 (patch)
tree54b7078cc8b27c6442da52acdfe9c1d7b918e0e3 /emacs
parentbb0338c94a1ce73394a3e9f4eb418110a8a29821 (diff)
downloaddotfiles-e71d8e38157f7952f6c70f1c43110d67799b3fe5.tar.lz
dotfiles-e71d8e38157f7952f6c70f1c43110d67799b3fe5.tar.zst
dotfiles-e71d8e38157f7952f6c70f1c43110d67799b3fe5.zip
Emacs: Remove missing packages
- xrdb-mode
- smart-scan
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org15
1 files changed, 0 insertions, 15 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 07ce03a..eb5bd2b 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