diff options
author | David Robillard <d@drobilla.net> | 2015-10-17 20:16:24 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-10-17 20:20:00 -0400 |
commit | bf22df1e8ddf70c16dc30612f6c1a272654a77e5 (patch) | |
tree | 66e2aa0699764c4ad1f4f5b8baa4d19e84cc11c0 | |
parent | a6885a3d6cb510dfea16404e642a0fab0bcf459c (diff) | |
download | dotfiles-bf22df1e8ddf70c16dc30612f6c1a272654a77e5.tar.gz dotfiles-bf22df1e8ddf70c16dc30612f6c1a272654a77e5.tar.bz2 dotfiles-bf22df1e8ddf70c16dc30612f6c1a272654a77e5.zip |
Remove cruft
-rw-r--r-- | emacs.d/init.el | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index 50448aa..23ee93d 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -1,12 +1,8 @@ (add-to-list 'load-path "/home/drobilla/.emacs.d/site-lisp") -;(add-to-list 'load-path "/home/drobilla/.emacs.d/site-lisp/sublimity") -;(require 'highlight-beyond-fill-column) (require 'psvn) (require 'tramp) (require 'window-numbering) -;(require 'sublimity) -;(require 'sublimity-scroll) (setq tramp-default-method "scp") (require 'package) @@ -159,10 +155,6 @@ (global-set-key (kbd "C-c w") 'rotate-windows) (global-set-key (kbd "C-c e") 'erc-track-switch-buffer) -;; Shrink fringe and remove scroll bars -;(fringe-mode 'minimal) -(scroll-bar-mode -1) - ;; Don't split vertically (setq split-height-threshold nil) (setq split-width-threshold 0) @@ -179,8 +171,6 @@ (message "Compilation exited abnormally: %s" string)))) (setq compilation-finish-functions 'compile-autoclose) -(require 'smarttabs) - ;; C/C++ style (defconst my-c-style '(;(c-doc-comment-style . ((c-mode . doxygen) (c++-mode . doxygen) (java-mode . javadoc))) |