summaryrefslogtreecommitdiff
path: root/init_emacs.el
blob: 1ccfb081d482f55ac2e533637fb7a5f9e2eefc47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
(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)))
 '(custom-safe-themes
   (quote
    ("4d3f9059ce9e8594351e7c99bb53bd4f618f4434bab04b185d480d7b28251936" "dd46180484782ce5001f05854af9860d0613e10c50be3922b4134d97d68b5aca" "132c52df20cd5dcee93e1ace30be8cacca8f4610138de4e61965cfc52d5e7d55" "57d746f8f0b6ca0b0be3c6cf273e73213d4eb773c6a0756fc984a3f010dee0b8" "e70654ab1649ac36ddcd7333e3a4525f706f37d608db17c3d9a89deae4dbc2da" default)))
 '(display-line-numbers-type (quote visual))
 '(global-display-line-numbers-mode t)
 '(package-selected-packages
   (quote
    (magit evil-leader latex-preview-pane org-bullets evil)))
 '(scroll-bar-mode nil)
 '(tool-bar-mode nil))
(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)))))
Copyright 2019--2024 Marius PETER