aboutsummaryrefslogtreecommitdiff
path: root/gui/conf/init.el
diff options
context:
space:
mode:
authorAdrian Kummerlaender2021-09-20 16:09:16 +0200
committerAdrian Kummerlaender2021-09-20 16:09:16 +0200
commit6f728a8ee278890a47500edbca631e45c544f281 (patch)
treeb419873a8a98e1d98f56142f5f46cead964b2cfa /gui/conf/init.el
parenta5ef2201a7f80afcdbe9e12f9a5fa775f950adc1 (diff)
downloadnixos_home-6f728a8ee278890a47500edbca631e45c544f281.tar
nixos_home-6f728a8ee278890a47500edbca631e45c544f281.tar.gz
nixos_home-6f728a8ee278890a47500edbca631e45c544f281.tar.bz2
nixos_home-6f728a8ee278890a47500edbca631e45c544f281.tar.lz
nixos_home-6f728a8ee278890a47500edbca631e45c544f281.tar.xz
nixos_home-6f728a8ee278890a47500edbca631e45c544f281.tar.zst
nixos_home-6f728a8ee278890a47500edbca631e45c544f281.zip
Use Iosevka Aile / Etoile as non-fixed fonts in Emacs
Diffstat (limited to 'gui/conf/init.el')
-rw-r--r--gui/conf/init.el25
1 files changed, 12 insertions, 13 deletions
diff --git a/gui/conf/init.el b/gui/conf/init.el
index c83e965..115596e 100644
--- a/gui/conf/init.el
+++ b/gui/conf/init.el
@@ -25,6 +25,8 @@
(defun startup (frame)
(select-frame frame)
(set-frame-font "Iosevka 11" nil t)
+ (set-fontset-font "fontset-default" 'unicode "Iosevka")
+ (set-face-font 'default "Iosevka 11")
(menu-bar-mode -1)
(toggle-scroll-bar -1)
(tool-bar-mode -1))
@@ -66,7 +68,7 @@
(set-face-attribute 'default nil :family "Iosevka")
(set-face-attribute 'fixed-pitch nil :family "Iosevka")
-(set-face-attribute 'variable-pitch nil :family "Source Sans Pro" :height 1.1)
+(set-face-attribute 'variable-pitch nil :family "Iosevka Aile Light")
(global-set-key (kbd "<M-tab>") 'next-buffer)
(global-set-key (kbd "<M-iso-lefttab>") 'previous-buffer)
@@ -194,6 +196,7 @@
(org-latex-preview-ltxpng-directory "~/.emacs.d/ltxpng/")
(org-image-actual-width nil)
(org-fontify-done-headline nil)
+ (org-ellipsis "…")
:init
(require 'org-protocol)
(require 'ox-bibtex)
@@ -263,15 +266,15 @@
(custom-theme-set-faces
'user
- '(org-level-1 ((t (:family "Source Serif Pro"))))
- '(org-level-2 ((t (:family "Source Serif Pro"))))
- '(org-level-3 ((t (:family "Source Serif Pro"))))
- '(org-level-4 ((t (:family "Source Serif Pro"))))
- '(org-document-title ((t (:family "Source Serif Pro"))))
- '(font-latex-sectioning-5-face ((t (:family "Source Serif Pro" :height 1.1))))
+ '(org-level-1 ((t (:family "Iosevka Aile Light"))))
+ '(org-level-2 ((t (:family "Iosevka Aile Light"))))
+ '(org-level-3 ((t (:family "Iosevka Aile Light"))))
+ '(org-level-4 ((t (:family "Iosevka Aile Light"))))
+ '(org-document-title ((t (:family "Iosevka Etoile"))))
+ '(font-latex-sectioning-5-face ((t (:family "Iosevka Etoile" :height 1.1))))
;; calfw
- '(cfw:face-title ((t (:inherit variable-pitch :family "Source Serif Pro" :foreground "#AADB0F" :height 2.0))))
+ '(cfw:face-title ((t (:inherit variable-pitch :family "Isoevka Etoile" :foreground "#AADB0F" :height 2.0))))
'(cfw:face-header ((t (:inherit fixed-pitch))))
'(cfw:face-sunday ((t (:inherit fixed-pitch))))
'(cfw:face-saturday ((t (:inherit fixed-pitch))))
@@ -293,7 +296,7 @@
(use-package org-bullets
:ensure t
:config
- (setq org-bullets-bullet-list '("●" "●" "⤷" "⤷"))
+ (setq org-bullets-bullet-list '("◉" "◉" "⤷" "⤷"))
(add-hook 'org-mode-hook #'org-bullets-mode))
(use-package org-re-reveal
@@ -459,10 +462,6 @@
:config
(evil-leader/set-key "pg" 'magit))
-(use-package forge
- :ensure t
- :after magit)
-
(use-package projectile
:ensure t
:config