aboutsummaryrefslogtreecommitdiffstats
path: root/doom
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-08 15:05:13 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-08 15:05:13 +0100
commit3b12137fc31f4a970ea434f845d0c935450f0a2d (patch)
tree54b994b2f7360731c52d6546f575b97825d6d083 /doom
parent01d78d2d5e16fca2dbd4cc160120bdbe6bba7771 (diff)
downloaddotfiles-3b12137fc31f4a970ea434f845d0c935450f0a2d.tar.gz
dotfiles-3b12137fc31f4a970ea434f845d0c935450f0a2d.zip
Adding more changes to emacs
Diffstat (limited to 'doom')
-rw-r--r--doom/custom.el50
-rw-r--r--doom/references.org30
-rw-r--r--doom/signel.org0
3 files changed, 0 insertions, 80 deletions
diff --git a/doom/custom.el b/doom/custom.el
deleted file mode 100644
index 71864a9..0000000
--- a/doom/custom.el
+++ /dev/null
@@ -1,50 +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.
- '(beacon-color "#ff9da4")
- '(fci-rule-color "#B8A2CE")
- '(flycheck-color-mode-line-face-to-color 'mode-line-buffer-id)
- '(frame-background-mode 'dark)
- '(jdee-db-active-breakpoint-face-colors (cons "#464258" "#C5A3FF"))
- '(jdee-db-requested-breakpoint-face-colors (cons "#464258" "#C2FFDF"))
- '(jdee-db-spec-breakpoint-face-colors (cons "#464258" "#656565"))
- '(ledger-reports
- '(("equity" "ledger equit")
- ("bal" "%(binary) -f %(ledger-file) bal")
- ("reg" "%(binary) -f %(ledger-file) reg")
- ("payee" "%(binary) -f %(ledger-file) reg @%(payee)")
- ("account" "%(binary) -f %(ledger-file) reg %(account)")))
- '(notmuch-saved-searches
- '((:name "inbox" :query "tag:inbox not tag:trash" :key "i")
- (:name "flagged" :query "tag:flagged" :key "f")
- (:name "sent" :query "tag:sent" :key "s")
- (:name "drafts" :query "tag:draft" :key "d")
- (:name "imperial" :query "tag:imperial")
- (:name "mailbox" :query "tag:mailbox")))
- '(objed-cursor-color "#CC6666")
- '(org-agenda-files
- '("~/Dropbox/zk/computing.org" "/Users/yannherklotz/Dropbox/org/inbox.org" "/Users/yannherklotz/Dropbox/org/main.org" "/Users/yannherklotz/Dropbox/org/tickler.org" "/Users/yannherklotz/Dropbox/org/projects.org" "/Users/yannherklotz/Dropbox/bibliography/reading_list.org"))
- '(org-blank-before-new-entry '((heading) (plain-list-item)))
- '(package-selected-packages '(zettelkasten org-zettelkasten org-plus-contrib))
- '(pdf-view-midnight-colors (cons "#F8F8F0" "#5a5475"))
- '(rustic-ansi-faces
- ["#5a5475" "#CC6666" "#C2FFDF" "#FFEA00" "#55b3cc" "#FFB8D1" "#96CBFE" "#F8F8F0"])
- '(safe-local-variable-values
- '((TeX-command-extra-options . "-shell-escape")
- (eval add-to-list 'auto-mode-alist
- '("\\.v\\'" . verilog-mode))
- (eval setq org-ref-pdf-directory
- (concat
- (projectile-project-root)
- "papers/"))))
- '(window-divider-mode nil)
- '(znc-servers nil))
-(put 'narrow-to-region 'disabled 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.
- )
diff --git a/doom/references.org b/doom/references.org
deleted file mode 100644
index b83b177..0000000
--- a/doom/references.org
+++ /dev/null
@@ -1,30 +0,0 @@
-#+title: Reference Management
-
-* Set up databases
-
-#+begin_src emacs-lisp
-(defvar ymhg/bib-db nil
- "A string containing the location of my bibtex database.")
-
-(defvar ymhg/pdf-dir nil
- "The path to the directory containing the PDF files. The file
- for the entry with key <key> is stored as <key>.pdf.")
-
-(defvar ymhg/notes-dir nil
- "The path to the directory containing my notes for the
- references. The note for the item with key <key> is stored in
- this folder as <key>.org")
-
-(defvar ymhg/pdf-download-dir nil
- "The path to the temporary directory to which we download PDF
- files.")
-#+end_src
-
-#+begin_src emacs-lisp
-(setq ymhg/bib-db (expand-file-name "~/Dropbox/bibliography/references.bib")
- ymhg/pdf-dir (expand-file-name "~/Dropbox/bibliography/papers/")
- ymhg/notes-dir (expand-file-name "~/Dropbox/bibliography/notes/")
- ymhg/pdf-download-dir (expand-file-name "~/Downloads/"))
-#+end_src
-
-* Configure Ebib
diff --git a/doom/signel.org b/doom/signel.org
deleted file mode 100644
index e69de29..0000000
--- a/doom/signel.org
+++ /dev/null