From bf22df1e8ddf70c16dc30612f6c1a272654a77e5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 17 Oct 2015 20:16:24 -0400 Subject: Remove cruft --- emacs.d/init.el | 10 ---------- 1 file changed, 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))) -- cgit v1.2.1