-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcustom-example.el
46 lines (35 loc) · 2.18 KB
/
custom-example.el
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
39
40
41
42
43
44
45
46
;; ___ ___ ___ ___ ___
;; /\__\ /\ \ /\ \ /\ \ /\ \
;; /:/ _/_ \:\ \ ___ /::\ \ /::\ \ /::\ \ ___
;; /:/ /\__\ \:\ \ /\__\ /:/\:\__\ /:/\:\ \ /:/\:\__\ /| |
;; /:/ /:/ _/_ _____\:\ \ /:/ //:/ /:/ / /:/ \:\ \ /:/ /:/ /|:| |
;; /:/_/:/ /\__\/::::::::\__\ /:/__//:/_/:/__/___/:/__/ \:\__\/:/_/:/ / |:| |
;; \:\/:/ /:/ /\:\~~\~~\/__//::\ \\:\/:::::/ /\:\ \ /:/ /\:\/:/ /__|:|__|
;; \::/_/:/ / \:\ \ /:/\:\ \\::/~~/~~~~ \:\ /:/ / \::/__//::::\ \
;; \:\/:/ / \:\ \ \/__\:\ \\:\~~\ \:\/:/ / \:\ \~~~~\:\ \
;; \::/ / \:\__\ \:\__\\:\__\ \::/ / \:\__\ \:\__\
;; \/__/ \/__/ \/__/ \/__/ \/__/ \/__/ \/__/
;; ___ ___ ___ ___ ___
;; /\__\ /\ \ /\ \ /\__\ /\__\
;; /:/ _/_ |::\ \ /::\ \ /:/ / /:/ _/_
;; /:/ /\__\ |:|:\ \ /:/\:\ \ /:/ / /:/ /\ \
;; /:/ /:/ _/_ __|:|\:\ \ /:/ /::\ \ /:/ / ___ /:/ /::\ \
;; /:/_/:/ /\__\/::::|_\:\__\/:/_/:/\:\__\/:/__/ /\__\/:/_/:/\:\__\
;; \:\/:/ /:/ /\:\~~\ \/__/\:\/:/ \/__/\:\ \ /:/ /\:\/:/ /:/ /
;; \::/_/:/ / \:\ \ \::/__/ \:\ /:/ / \::/ /:/ /
;; \:\/:/ / \:\ \ \:\ \ \:\/:/ / \/_/:/ /
;; \::/ / \:\__\ \:\__\ \::/ / /:/ /
;; \/__/ \/__/ \/__/ \/__/ \/__/
;; Basic personal information
(setq entropy/emacs-user-full-name "Thanos")
(setq entropy/emacs-user-mail-address "thanos@comos.com")
;; Startup options
(setq entropy/emacs-minimal-start nil)
(setq entropy/emacs-custom-enable-lazy-load t)
(setq entropy/emacs-do-pdumper-in-X t)
(setq entropy/emacs-use-extensions-type 'origin)
(setq entropy/emacs-package-archive-repo 'melpa)
;; Visual basic
(setq entropy/emacs-enable-modeline-toggle t)
(setq entropy/emacs-modeline-style "doom")
(setq entropy/emacs-dired-visual-type "all-the-icons")