summaryrefslogtreecommitdiff
path: root/init_emacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'init_emacs.el')
-rw-r--r--init_emacs.el38
1 files changed, 0 insertions, 38 deletions
diff --git a/init_emacs.el b/init_emacs.el
deleted file mode 100644
index 49b23d2..0000000
--- a/init_emacs.el
+++ /dev/null
@@ -1,38 +0,0 @@
-(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