From 152202dd0c1c36da4220fd825d361e8f538655a4 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sat, 10 Dec 2022 09:47:31 +0000 Subject: update --- .gitignore | 1 + bookmarks | 25 ------------------------- custom.el | 2 +- 3 files changed, 2 insertions(+), 26 deletions(-) delete mode 100644 bookmarks diff --git a/.gitignore b/.gitignore index bab975d..32fccde 100644 --- a/.gitignore +++ b/.gitignore @@ -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)) -) diff --git a/custom.el b/custom.el index af76fce..6bc7a7b 100644 --- a/custom.el +++ b/custom.el @@ -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) -- cgit v1.2.3