summaryrefslogtreecommitdiff
path: root/init_emacs.el
blob: 49b23d265e0972bcbbc7ebed87563d015b794600 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
(custom-set-variables
 ;; custom-set-variables was added by Custom.
 ;; 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.
 '(blink-cursor-mode t)
 '(custom-enabled-themes (quote (blendoit-ucla)))
 '(custom-safe-themes
   (quote
    ("c0b9ce02572ae56f7e41b8cc05d878af55c804f42a962274e929b196d010998e" "37d9d29b4be64ce7f3bcee989b5b4e410520c44ed61db200dc80518abdf2de5d" "f3c5904d7b27f967f9bc93ef21757e84752b52a3d091a535e32bca4324c95419" default)))
 '(display-line-numbers-type (quote visual))
 '(evil-want-C-w-delete nil)
 '(evil-want-C-w-in-emacs-state t)
 '(global-display-line-numbers-mode t)
 '(package-selected-packages
   (quote
    (notmuch writeroom-mode pdf-tools org-bullets magit latex-preview-pane evil-leader)))
 '(show-paren-mode t)
 '(tool-bar-mode nil)
 '(writeroom-global-effects
   (quote
    (writeroom-set-fullscreen writeroom-set-menu-bar-lines writeroom-set-tool-bar-lines writeroom-set-vertical-scroll-bars writeroom-set-bottom-divider-width)))
 '(writeroom-restore-window-config t))
(custom-set-faces
 ;; custom-set-faces was added by Custom.
 ;; 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 (:family "Hack" :foundry "SRC" :slant normal :weight normal :height 174 :width normal))))
 '(org-document-title ((t (:inherit default :weight bold :foreground "white" :family "Verdana" :height 2.0 :underline nil))))
 '(org-level-1 ((t (:inherit default :weight bold :foreground "white" :family "Verdana" :height 1.75))))
 '(org-level-2 ((t (:inherit default :weight bold :foreground "white" :family "Verdana" :height 1.5))))
 '(org-level-3 ((t (:inherit default :weight bold :foreground "white" :family "Verdana" :height 1.25))))
 '(org-level-4 ((t (:inherit default :weight bold :foreground "white" :family "Verdana" :height 1.1))))
 '(org-level-5 ((t (:inherit default :weight bold :foreground "white" :family "Verdana"))))
 '(org-level-6 ((t (:inherit default :weight bold :foreground "white" :family "Verdana"))))
 '(org-level-7 ((t (:inherit default :weight bold :foreground "white" :family "Verdana"))))
 '(org-level-8 ((t (:inherit default :weight bold :foreground "white" :family "Verdana")))))
Copyright 2019--2024 Marius PETER