summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlendoit <blendoit@gmail.com>2020-07-20 17:27:22 -0700
committerBlendoit <blendoit@gmail.com>2020-07-20 17:27:22 -0700
commit46ba1d1a1e4fba78c8ecb2c4625986baa04cdaf6 (patch)
tree1f1e2b25aa5189a82d79362fae72ee74ab9aeb79
parentdefdb394d8bdc32a28a092126001b94eabb7fb93 (diff)
Custom file shouldn't be a .org!
-rw-r--r--.gitignore9
-rw-r--r--README.org3
-rw-r--r--README.pdfbin154631 -> 159767 bytes
-rw-r--r--blendoit/.gitignore2
-rw-r--r--blendoit/custom/custom-file.el71
-rw-r--r--blendoit/init-blendoit.org4
-rw-r--r--blendoit/init-blendoit.pdfbin103107 -> 103105 bytes
7 files changed, 85 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 30f2d86..ba13e4e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,20 @@
# .gitignore
+
+# TeX artifacts
*.tex
*.lot
*.lof
+
+# These directories are populated on config execution.
elpa/**
url/**
auto-save-list/**
transient/**
+
+# Tangled .el files from .org
+blendoit/*.el
+
+# Misc
ido.last
recentf
srecode-map.el \ No newline at end of file
diff --git a/README.org b/README.org
index 000b193..76c12e2 100644
--- a/README.org
+++ b/README.org
@@ -12,9 +12,10 @@ Backup your current =~/.emacs.d= with the following command:
mv ~/.emacs.d ~/.emacs.d.bkp
#+END_SRC
-Clone my configuration folder to your home directory: =cd ~= followed by:
+Clone my configuration folder to your home directory:
#+BEGIN_SRC: emacs-lisp
+cd ~
git clone https://github.com/Blendoit/.emacs.d.git
#+END_SRC
diff --git a/README.pdf b/README.pdf
index 63b4937..54c68f6 100644
--- a/README.pdf
+++ b/README.pdf
Binary files differ
diff --git a/blendoit/.gitignore b/blendoit/.gitignore
index 0e42b29..0233e75 100644
--- a/blendoit/.gitignore
+++ b/blendoit/.gitignore
@@ -1,2 +1,2 @@
# blendoit/.gitignore
-*.el \ No newline at end of file
+
diff --git a/blendoit/custom/custom-file.el b/blendoit/custom/custom-file.el
new file mode 100644
index 0000000..455c2e8
--- /dev/null
+++ b/blendoit/custom/custom-file.el
@@ -0,0 +1,71 @@
+(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.
+ '(ansi-color-names-vector
+ ["#3F3F3F" "#CC9393" "#7F9F7F" "#F0DFAF" "#8CD0D3" "#DC8CC3" "#93E0E3" "#DCDCCC"])
+ '(company-quickhelp-color-background "#4F4F4F")
+ '(company-quickhelp-color-foreground "#DCDCCC")
+ '(cua-mode t nil (cua-base))
+ '(custom-enabled-themes nil)
+ '(custom-safe-themes
+ (quote
+ ("f56eb33cd9f1e49c5df0080a3e8a292e83890a61a89bceeaa481a5f183e8e3ef" default)))
+ '(fci-rule-color "#383838")
+ '(line-number-mode nil)
+ '(nrepl-message-colors
+ (quote
+ ("#CC9393" "#DFAF8F" "#F0DFAF" "#7F9F7F" "#BFEBBF" "#93E0E3" "#94BFF3" "#DC8CC3")))
+ '(org-agenda-diary-file "~/org/PERSONAL/diary/diary.org")
+ '(org-agenda-files (quote ("~/org/PERSONAL/diary/diary.org")))
+ '(org-file-apps
+ (quote
+ ((auto-mode . emacs)
+ ("\\.mm\\'" . default)
+ ("\\.x?html?\\'" . default)
+ ("\\.pdf\\'" . "mupdf %s"))))
+ '(org-time-stamp-custom-formats (quote ("%d %b, %Y (%a)" . "%d %b, %Y (%a), at %H:%M")))
+ '(package-selected-packages
+ (quote
+ (which-key srefactor-lisp srefactor all-the-icons flycheck ibuffer-sidebar pdf-tools magit rainbow-delimiters smartparens mixed-pitch org-bullets use-package tabbar powerline ivy-hydra flatui-theme evil counsel company benchmark-init)))
+ '(pdf-view-midnight-colors (quote ("#DCDCCC" . "#383838")))
+ '(vc-annotate-background "#2B2B2B")
+ '(vc-annotate-color-map
+ (quote
+ ((20 . "#BC8383")
+ (40 . "#CC9393")
+ (60 . "#DFAF8F")
+ (80 . "#D0BF8F")
+ (100 . "#E0CF9F")
+ (120 . "#F0DFAF")
+ (140 . "#5F7F5F")
+ (160 . "#7F9F7F")
+ (180 . "#8FB28F")
+ (200 . "#9FC59F")
+ (220 . "#AFD8AF")
+ (240 . "#BFEBBF")
+ (260 . "#93E0E3")
+ (280 . "#6CA0A3")
+ (300 . "#7CB8BB")
+ (320 . "#8CD0D3")
+ (340 . "#94BFF3")
+ (360 . "#DC8CC3"))))
+ '(vc-annotate-very-old-color "#DC8CC3"))
+(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 142 :width normal))))
+ '(fixed-pitch ((t (:family "Hack"))))
+ '(org-document-title ((t (:inherit default :weight bold :font "Liberation Sans" :height 2.0 :underline nil))))
+ '(org-level-1 ((t (:inherit default :weight bold :font "Liberation Sans" :height 1.75))))
+ '(org-level-2 ((t (:inherit default :weight bold :font "Liberation Sans" :height 1.5))))
+ '(org-level-3 ((t (:inherit default :weight bold :font "Liberation Sans" :height 1.25))))
+ '(org-level-4 ((t (:inherit default :weight bold :font "Liberation Sans" :height 1.1))))
+ '(org-level-5 ((t (:inherit default :weight bold :font "Liberation Sans"))))
+ '(org-level-6 ((t (:inherit default :weight bold :font "Liberation Sans"))))
+ '(org-level-7 ((t (:inherit default :weight bold :font "Liberation Sans"))))
+ '(org-level-8 ((t (:inherit default :weight bold :font "Liberation Sans"))))
+ '(variable-pitch ((t (:family "Liberation Sans")))))
diff --git a/blendoit/init-blendoit.org b/blendoit/init-blendoit.org
index e9caf19..d3b2f82 100644
--- a/blendoit/init-blendoit.org
+++ b/blendoit/init-blendoit.org
@@ -31,8 +31,8 @@ customize-group <package>.
#+NAME: custom-file
#+BEGIN_SRC emacs-lisp
-(setq custom-file "~/.emacs.d/blendoit/custom/custom-file.org")
-(org-babel-load-file custom-file)
+(setq custom-file "~/.emacs.d/blendoit/custom/custom-file.el")
+(load custom-file)
#+END_SRC
** Shortcut
diff --git a/blendoit/init-blendoit.pdf b/blendoit/init-blendoit.pdf
index 96a5f9d..dbaed0e 100644
--- a/blendoit/init-blendoit.pdf
+++ b/blendoit/init-blendoit.pdf
Binary files differ
Copyright 2019--2024 Marius PETER