aboutsummaryrefslogtreecommitdiff
path: root/home/.emacs.d
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-10-10 11:31:53 -0700
committerJakob Odersky <jodersky@gmail.com>2015-10-10 11:32:01 -0700
commitfdc7700b7415a331acc733810fd97bb3011be4b5 (patch)
tree2a4ac69176842170f1ca630111c48d1e0554b1f0 /home/.emacs.d
parentfb88aa94dde5bec73bfcc6caa896e9d1bfb997f7 (diff)
downloaddotfiles-fdc7700b7415a331acc733810fd97bb3011be4b5.tar.gz
dotfiles-fdc7700b7415a331acc733810fd97bb3011be4b5.tar.bz2
dotfiles-fdc7700b7415a331acc733810fd97bb3011be4b5.zip
remove emacs space configuration
Diffstat (limited to 'home/.emacs.d')
-rw-r--r--home/.emacs.d/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/.emacs.d/init.el b/home/.emacs.d/init.el
index 18eca20..a0b1aa9 100644
--- a/home/.emacs.d/init.el
+++ b/home/.emacs.d/init.el
@@ -30,10 +30,10 @@
(show-paren-mode t)
;; Highlight tabulations
-(setq-default highlight-tabs t)
+;(setq-default highlight-tabs t)
;; Show trailing white spaces
-(setq-default show-trailing-whitespace t)
+;(setq-default show-trailing-whitespace t)
;;; Other configuration
(mapc 'load (file-expand-wildcards "~/.emacs.d/config/*.el"))