emacs hates me
This commit is contained in:
parent
ed19c380d9
commit
5e251ae105
1 changed files with 6 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
(setq visible-bell t)
|
(setq visible-bell t)
|
||||||
|
|
||||||
;; Font
|
;; Font
|
||||||
(set-face-attribute `default nil :font "JetBrainsMono NF" :height 150)
|
(set-face-attribute `default nil :font "JetBrains Mono" :height 150)
|
||||||
|
|
||||||
;; Keymaps
|
;; Keymaps
|
||||||
(global-set-key (kbd "C-M-j") 'counsel-switch-buffer)
|
(global-set-key (kbd "C-M-j") 'counsel-switch-buffer)
|
||||||
|
@ -117,7 +117,11 @@
|
||||||
:custom ((doom-modeline-height 35)))
|
:custom ((doom-modeline-height 35)))
|
||||||
|
|
||||||
;; all the icons
|
;; all the icons
|
||||||
(use-package all-the-icons)
|
(when (display-graphic-p)
|
||||||
|
(require 'all-the-icons))
|
||||||
|
;; or
|
||||||
|
(use-package all-the-icons
|
||||||
|
:if (display-graphic-p))
|
||||||
|
|
||||||
;; continue configuring from here
|
;; continue configuring from here
|
||||||
;; https://youtu.be/74zOY-vgkyw?t=3125
|
;; https://youtu.be/74zOY-vgkyw?t=3125
|
||||||
|
|
Loading…
Reference in a new issue