emacs: remove unnecessary comments
This commit is contained in:
parent
e277297e2f
commit
ddcb451c18
1 changed files with 0 additions and 4 deletions
|
@ -6,13 +6,10 @@
|
|||
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)
|
||||
(package-initialize)
|
||||
|
||||
;; disable menu bar, tool bar, scroll bar and savehist
|
||||
(menu-bar-mode -1)
|
||||
(tool-bar-mode -1)
|
||||
(scroll-bar-mode -1)
|
||||
(savehist-mode -1)
|
||||
|
||||
;; highlight current line
|
||||
(global-hl-line-mode)
|
||||
|
||||
;; undo-tree
|
||||
|
@ -167,7 +164,6 @@ One will be created if none exist."
|
|||
(editorconfig-mode)
|
||||
|
||||
;; which-key
|
||||
;; shows available key binds
|
||||
(package-install 'which-key)
|
||||
(which-key-mode)
|
||||
(setq which-key-side-window-location 'bottom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue