mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 15:38:29 +00:00
Use golden-ratio
This commit is contained in:
parent
d69b4a86fd
commit
5d8ff8a0ae
2
init.org
2
init.org
@ -171,6 +171,7 @@
|
|||||||
idle-require ; load elisp libraries while Emacs is idle
|
idle-require ; load elisp libraries while Emacs is idle
|
||||||
geiser ; GNU Emacs and Scheme talk to each other
|
geiser ; GNU Emacs and Scheme talk to each other
|
||||||
git-gutter-fringe ; Fringe version of git-gutter.el
|
git-gutter-fringe ; Fringe version of git-gutter.el
|
||||||
|
golden-ratio ; Automatic resizing windows to golden ratio
|
||||||
haskell-mode ; A Haskell editing mode
|
haskell-mode ; A Haskell editing mode
|
||||||
helm ; Incremental and narrowing framework
|
helm ; Incremental and narrowing framework
|
||||||
helm-company ; Helm interface for company-mode
|
helm-company ; Helm interface for company-mode
|
||||||
@ -365,6 +366,7 @@
|
|||||||
global-prettify-symbols-mode ; Greek letters should look greek
|
global-prettify-symbols-mode ; Greek letters should look greek
|
||||||
delete-selection-mode ; Replace selected text
|
delete-selection-mode ; Replace selected text
|
||||||
dirtrack-mode ; directory tracking in *shell*
|
dirtrack-mode ; directory tracking in *shell*
|
||||||
|
golden-ratio-mode ; Automatic resizing of windows
|
||||||
recentf-mode ; Recently opened files
|
recentf-mode ; Recently opened files
|
||||||
show-paren-mode ; Highlight matching parentheses
|
show-paren-mode ; Highlight matching parentheses
|
||||||
projectile-global-mode)) ; Manage and navigate projects
|
projectile-global-mode)) ; Manage and navigate projects
|
||||||
|
Loading…
Reference in New Issue
Block a user