minor cleanup

This commit is contained in:
Grigory Shipunov 2020-07-13 13:29:37 +02:00
parent f438e12ded
commit 175afd91c9
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

View file

@ -74,9 +74,12 @@
;;helper functions to switch tab expansion on and off
(defun tabs-yay ()
"Function to enable tab indentation in buffer."
;;(local-set-key (kbd "TAB") 'tab-to-tab-stop)
(setq indent-tabs-mode t))
(defun tabs-nay () (setq indent-tabs-mode nil))
(defun tabs-nay ()
"Function to enable space indentation in buffer."
(setq indent-tabs-mode nil))
;; wasteland of hooks regarding tabs behavior Remember how it "Just
;; worked"™ in vim? That's what you pay with for org mode