diff --git a/.gitignore b/.gitignore index c531d98..4f86348 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +backup/ *.elc diff --git a/configs/custom.el b/configs/custom.el index ef1042c..fc0c227 100644 --- a/configs/custom.el +++ b/configs/custom.el @@ -1,7 +1,7 @@ ;; Remove useless features -(menu-bar-mode nil) -;(tool-bar-mode nil) -;(scroll-bar-mode nil) +(menu-bar-mode -1) +;(tool-bar-mode -1) +;(scroll-bar-mode -1) (setq inhibit-startup-message t) ;;Save backup files into a specific directory, not in the working directry