mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 15:38:29 +00:00
Stop using golden-ratio-mode
by default, start using which-key
This commit is contained in:
parent
8c5ef7e3ec
commit
54cbfd2f9e
5
init.org
5
init.org
@ -372,16 +372,15 @@
|
|||||||
global-company-mode ; Auto-completion everywhere
|
global-company-mode ; Auto-completion everywhere
|
||||||
global-git-gutter-mode ; Show changes latest commit
|
global-git-gutter-mode ; Show changes latest commit
|
||||||
global-prettify-symbols-mode ; Greek letters should look greek
|
global-prettify-symbols-mode ; Greek letters should look greek
|
||||||
golden-ratio-mode ; Automatic resizing of windows
|
|
||||||
projectile-global-mode ; Manage and navigate projects
|
projectile-global-mode ; Manage and navigate projects
|
||||||
recentf-mode ; Recently opened files
|
recentf-mode ; Recently opened files
|
||||||
show-paren-mode)) ; Highlight matching parentheses
|
show-paren-mode ; Highlight matching parentheses
|
||||||
|
which-key-mode)) ; Available keybindings in popup
|
||||||
(funcall mode 1))
|
(funcall mode 1))
|
||||||
|
|
||||||
(when (version< emacs-version "24.4")
|
(when (version< emacs-version "24.4")
|
||||||
(eval-after-load 'auto-compile
|
(eval-after-load 'auto-compile
|
||||||
'((auto-compile-on-save-mode 1)))) ; compile .el files on save
|
'((auto-compile-on-save-mode 1)))) ; compile .el files on save
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Visual
|
** Visual
|
||||||
|
Loading…
Reference in New Issue
Block a user