commit - af8d5d17d7e379fc411cb6e5ea8cc9faeb6c1de1
commit + 12284587f985c31d6d1e790661002d08bf550f49
blob - fefdea7c4ce24f2dd784769df19a3643d0911320
blob + f0c5dfaef079d030cbaae25d1b49a944fe0928bc
--- .emacs.d/init.el
+++ .emacs.d/init.el
-;; Minimal init.el
+; Minimal init.el
;;; Contents:
;;;
;; We won't set these, but they're good to know about
;;
;; (setopt indent-tabs-mode nil)
-;; (setopt tab-width 4)
+(setopt indent-tabs-mode t)
+(setopt tab-width 8)
;; Misc. UI tweaks
(blink-cursor-mode -1) ; Blink cursor, -1 for steady
(load-file (expand-file-name "extras/dev.el" user-emacs-directory))
;; Vim-bindings in Emacs (evil-mode configuration)
-;(load-file (expand-file-name "extras/vim-like.el" user-emacs-directory))
+;; (load-file (expand-file-name "extras/vim-like.el" user-emacs-directory))
;; Org-mode configuration
;; WARNING: need to customize things inside the elisp file before use! See