diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-12-10 09:47:31 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-12-10 09:47:31 +0000 |
commit | 152202dd0c1c36da4220fd825d361e8f538655a4 (patch) | |
tree | 1a1426b11a42b1939216a5b6e9dc80638d7f3fd0 | |
parent | 77d3e5337b70fc82f98e55a0ba866dc15b289cfb (diff) |
update
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | bookmarks | 25 | ||||
-rw-r--r-- | custom.el | 2 |
3 files changed, 2 insertions, 26 deletions
@@ -34,3 +34,4 @@ org-clock-save.el /history /projects /tramp +bookmarks diff --git a/bookmarks b/bookmarks deleted file mode 100644 index c7abc0a..0000000 --- a/bookmarks +++ /dev/null @@ -1,25 +0,0 @@ -;;;; Emacs Bookmark Format Version 1;;;; -*- coding: utf-8; mode: lisp-data -*- -;;; This format is meant to be slightly human-readable; -;;; nevertheless, you probably don't want to edit it. -;;; -*- End Of Bookmark File Format Version Stamp -*- -(("denote" - (filename . "~/Documents/denote/") - (front-context-string . "20221116T143639-") - (rear-context-string . "12 Dec 8 09:35 ") - (position . 1078)) -("org-capture-last-stored-marker" - (filename . "~/org/mod.org") - (front-context-string . "**** NEXT Make a") - (rear-context-string . "Initial Liaison\n") - (position . 23945)) -("org-refile-last-stored" - (filename . "~/org/mod.org") - (front-context-string . "**** NEXT Make a") - (rear-context-string . "Initial Liaison\n") - (position . 23945)) -("org-capture-last-stored" - (filename . "~/org/mod.org") - (front-context-string . "** CPNI MTA Cour") - (rear-context-string . "2023-02-03 Fri>\n") - (position . 44012)) -) @@ -10,7 +10,7 @@ '(display-time-mode t) '(ispell-dictionary nil) '(package-selected-packages - '(pass vertico denote orderless consult-lsp undo-tree embark-consult embark marginalia markdown-mode eglot helm popup async notmuch ivy calfw-org calfw unicode-fonts deft cider org-roam org yasnippet-snippets which-key vterm use-package rainbow-delimiters pdf-tools paredit magit ledger-mode gruvbox-theme flycheck expand-region evil elpy elfeed-score diminish counsel cmake-mode browse-kill-ring beacon auto-package-update amx ace-window ace-jump-mode)) + '(flycheck-clj-kondo pass vertico denote orderless consult-lsp undo-tree embark-consult embark marginalia markdown-mode eglot helm popup async notmuch ivy calfw-org calfw unicode-fonts deft cider org-roam org yasnippet-snippets which-key vterm use-package rainbow-delimiters pdf-tools paredit magit ledger-mode gruvbox-theme flycheck expand-region evil elpy elfeed-score diminish counsel cmake-mode browse-kill-ring beacon auto-package-update amx ace-window ace-jump-mode)) '(safe-local-variable-values '((denote-known-keywords "defnucsyr" "metanote" "meeting" "cyber" "baes" "rrdl" "opberths" "swow") (org-hide-leading-stars \.t) |