edited .emacs to remove default indenting

This commit is contained in:
Nathan Schneider
2020-01-03 14:46:42 -07:00
parent 3ead664d00
commit 1b7ed8d473
-16
View File
@@ -49,7 +49,6 @@
;; 4-space tabs as default
(setq-default indent-tabs-mode nil)
(setq-default tab-width 4)
(setq indent-line-function 'insert-tab)
;; BACKUP CONTROL
;; source: http://is.gd/ag5KOC
@@ -134,18 +133,3 @@
(shell-command (concat "xdg-open " tmp-out-file))
)
)
(put 'downcase-region 'disabled nil)
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(package-selected-packages
(quote
(wc-mode markdown-preview-mode markdown-mode+ markdown-mode pandoc-mode ox-reveal))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)