emacs: vertical split more liberally

This commit is contained in:
xfnw 2022-05-02 14:42:58 -04:00
parent 7b9eca118f
commit 09dbc6cbc5
2 changed files with 4 additions and 1 deletions

5
.emacs
View File

@ -37,6 +37,9 @@
'(package-selected-packages '(elpher evil gruvbox-theme))
'(tool-bar-mode nil))
(setq split-height-threshold nil)
(setq split-width-threshold 160)
(require 'evil)
(evil-set-initial-state 'term-mode 'emacs)
(evil-mode 1)
@ -51,7 +54,7 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(default ((t (:height 120 :width normal :foundry "JB" :family "JetBrainsMono Nerd Font")))))
'(default ((t (:height 105 :width normal :foundry "JB" :family "JetBrainsMono Nerd Font")))))
(require 'org)
;; support gopher and gemini links for org

0
bin/bb-light Normal file → Executable file
View File