diff --git a/config/emacs/init.el b/config/emacs/init.el index 9818619e..a43a2014 100644 --- a/config/emacs/init.el +++ b/config/emacs/init.el @@ -1,5 +1,6 @@ (setq inhibit-startup-message t) +;; go away bars, you look ugly (scroll-bar-mode -1) (tool-bar-mode -1) (tooltip-mode -1) @@ -31,4 +32,6 @@ (package-install `use-package)) (require 'use-package) -(setq use-package-always-ensure t) \ No newline at end of file +(setq use-package-always-ensure t) + +(use-package command-log-buffer)