Skip to content

Commit

Permalink
Use prototype window splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
pkryger committed Dec 26, 2024
1 parent 215a1d1 commit ee69b75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions after-init.el
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,11 @@
(split-height-threshold 90)
(split-width-threshold 160))

(use-package helm-core
:ensure nil
:custom
(helm-split-width-threshold split-width-threshold))


;; ITERM2 MOUSE SUPPORT from https://www.emacswiki.org/emacs/iTerm2
(unless window-system
Expand Down
1 change: 1 addition & 0 deletions prefs.el
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ available font names by evaluating (font-family-list)."
;; :height size
;; :weight 'normal)
(setq exordium-helm-completion-style 'orderless)
(setq exordium-split-window-preffered-direction 'longest)
(setq exordium-desktop t)
(setq exordium-helm-everywhere t)
(setq exordium-theme nil)
Expand Down

0 comments on commit ee69b75

Please sign in to comment.