edited .emacs to remove default indenting
This commit is contained in:
@@ -49,7 +49,6 @@
|
|||||||
;; 4-space tabs as default
|
;; 4-space tabs as default
|
||||||
(setq-default indent-tabs-mode nil)
|
(setq-default indent-tabs-mode nil)
|
||||||
(setq-default tab-width 4)
|
(setq-default tab-width 4)
|
||||||
(setq indent-line-function 'insert-tab)
|
|
||||||
|
|
||||||
;; BACKUP CONTROL
|
;; BACKUP CONTROL
|
||||||
;; source: http://is.gd/ag5KOC
|
;; source: http://is.gd/ag5KOC
|
||||||
@@ -134,18 +133,3 @@
|
|||||||
(shell-command (concat "xdg-open " tmp-out-file))
|
(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.
|
|
||||||
)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user