From 1b7ed8d4731fde0bc4f78cc083cb7e47e9c9e2ae Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Fri, 3 Jan 2020 14:46:42 -0700 Subject: [PATCH] edited .emacs to remove default indenting --- .emacs | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.emacs b/.emacs index 0967339..9e66ff1 100644 --- a/.emacs +++ b/.emacs @@ -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. - )