[emacs] Add padding around windows back and font bump
This commit is contained in:
@ -4,14 +4,14 @@
|
||||
(setq ivy-read-action-function #'ivy-hydra-read-action)
|
||||
|
||||
(setq doom-theme 'doom-challenger-deep
|
||||
doom-font (font-spec :family "JetBrains Mono NL" :size 12 :weight 'semi-light)
|
||||
doom-big-font (font-spec :family "JetBrains Mono NL" :size 16)
|
||||
doom-variable-pitch-font (font-spec :family "Overpass" :size 16))
|
||||
doom-font (font-spec :family "JetBrains Mono NL" :size 14 :weight 'semi-light)
|
||||
doom-big-font (font-spec :family "JetBrains Mono NL" :size 17)
|
||||
doom-variable-pitch-font (font-spec :family "Overpass" :size 17))
|
||||
|
||||
;; Applies to current frame
|
||||
;(set-frame-parameter nil 'internal-border-width 10) ; applies to the current frame
|
||||
(set-frame-parameter nil 'internal-border-width 10) ; applies to the current frame
|
||||
;; If we create new frames (via emacsclient) this will do the trick
|
||||
;(add-to-list 'default-frame-alist '(internal-border-width . 10))
|
||||
(add-to-list 'default-frame-alist '(internal-border-width . 10))
|
||||
|
||||
(nyan-mode) ;; progress in the form of a rainbow cat.
|
||||
(add-hook 'after-init-hook #'global-emojify-mode) ;; emojis?!
|
||||
|
||||
Reference in New Issue
Block a user