emacs hates me

This commit is contained in:
Sakooooo 2023-09-05 12:32:27 +00:00
parent ed19c380d9
commit 5e251ae105
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -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