1

Remove smart-tabs-mode package

This commit is contained in:
Jessie Hildebrandt 2020-03-02 02:18:19 -05:00
parent 0a043107a9
commit 9aada5edfc

13
init.el
View File

@ -443,19 +443,6 @@
:after
(company))
;;====================
;; Smart-Tabs-Mode (Superior Indentation Method)
;;====================
;; Load Smart-Tabs-Mode
(use-package smart-tabs-mode
:demand
t
:config
(smart-tabs-insinuate 'c 'c++ 'java
'javascript 'cperl
'ruby 'nxml))
;;====================
;; Smex (M-x Autocompletion)
;;====================