minor cleanups and typos
This commit is contained in:
parent
cc35cd372e
commit
945bab9fc5
1 changed files with 3 additions and 4 deletions
3
init.el
3
init.el
|
@ -79,7 +79,7 @@
|
||||||
(smart-tabs-insinuate 'c 'c++)
|
(smart-tabs-insinuate 'c 'c++)
|
||||||
|
|
||||||
;; radical way to fix emacs mixing tabs and spaces
|
;; radical way to fix emacs mixing tabs and spaces
|
||||||
(setq-default ident-tabs-mode nil)
|
(setq-default indent-tabs-mode nil)
|
||||||
|
|
||||||
;;helper functions to switch tab expansion on and off
|
;;helper functions to switch tab expansion on and off
|
||||||
(defun tabs-yay ()
|
(defun tabs-yay ()
|
||||||
|
@ -92,7 +92,6 @@
|
||||||
|
|
||||||
;; wasteland of hooks regarding tabs behavior Remember how it "Just
|
;; wasteland of hooks regarding tabs behavior Remember how it "Just
|
||||||
;; worked"™ in vim? That's what you pay with for org mode
|
;; worked"™ in vim? That's what you pay with for org mode
|
||||||
;; yays: (need to make a list or something)
|
|
||||||
(add-hook 'cc-mode-hook 'tabs-yay)
|
(add-hook 'cc-mode-hook 'tabs-yay)
|
||||||
|
|
||||||
;; time to throw out this "DocView" abomination: full featured pdf
|
;; time to throw out this "DocView" abomination: full featured pdf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue