summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-12-17 01:38:11 +0100
committerGravatar Tom Willemse2015-12-17 01:38:11 +0100
commit59743ffe50679b4f6f888c1ea23d527caae2c4bd (patch)
treedcee7a3d84021a6bc786cdbb6209926f14a21178 /emacs/.emacs.d/init.el
parent4d00b7c7c3b85105c89b45ae3dfbf274ee9b89da (diff)
downloaddotfiles-59743ffe50679b4f6f888c1ea23d527caae2c4bd.tar.gz
dotfiles-59743ffe50679b4f6f888c1ea23d527caae2c4bd.zip
Add viewing library
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index e84b396..bbbaf9d 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -141,10 +141,6 @@ MODE1 is enabled and vice-versa."
"Set the `disabled' property for each item in FUNCTIONS to nil."
(mapc #'(lambda (f) (put f 'disabled nil)) functions))
-(defun oni:make-readable ()
- "Make non-programming buffers a little more readable."
- (setq line-spacing .2))
-
(defun oni:markdown-mode-func ()
"Function for `markdown-mode-hook'."
(setq-local whitespace-style '(face trailing)))