refactor: Remove lots of deprecated/unused settings

* move all look-and-feel related settings into, you guessed it,
  look-and-feel.el
* remove *lots* of old stuff and also re-evaluate what it's actually
  doing.
This commit is contained in:
Vincent Ambo 2017-11-12 20:24:21 +01:00 committed by Vincent Ambo
parent 99d9981dd9
commit 0d5bdbd7ce
5 changed files with 9 additions and 193 deletions

View file

@ -10,6 +10,7 @@
;; will have precedence.
(add-to-list 'package-archives '("marmalade" . "https://marmalade-repo.org/packages/"))
(add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/"))
(package-initialize)
;; This variable controls all packages that should be installed.
(setq-local desired-packages
@ -35,7 +36,6 @@
helm
hi2
idle-highlight-mode
iy-go-to-char
magit
markdown-mode+
multi-term
@ -92,7 +92,7 @@
;; Emacs will automatically initialise all installed packages.
;; After initialisation, proceed to load configuration that requires packages:
(defun load-other-settings ()
(mapc 'require '(theme
(mapc 'require '(look-and-feel
functions
settings
modes