summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index cfe1e92..6af7c3e 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -21,7 +21,6 @@
'("/usr/share/emacs/site-lisp" "~/.emacs.d/site-lisp")))
(require 'ext)
-(require 'mode-icons)
(require 'oni)
(defalias 'dabbrev-expand 'hippie-expand)
@@ -265,7 +264,6 @@
(setq php-function-call-face 'font-lock-function-name-face)
(setq php-mode-force-pear t)
(setq pony-tpl-indent-moves t)
-(setq pretty-symbol-categories '(lambda relational logical))
(setq rainbow-delimiters-max-face-count 12)
(setq redisplay-dont-pause t)
(setq scroll-conservatively 101)
@@ -279,7 +277,6 @@
(setq uniquify-buffer-name-style 'post-forward)
(setq use-dialog-box nil)
(setq user-full-name "Tom Willemsen")
-(setq whitespace-style '(face trailing))
(setq window-combination-resize t)
(add-hook 'after-save-hook 'oni:after-save-func t)