diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-01-16 15:38:17 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-01-16 15:38:17 +0000 |
commit | 04c1206e24608071507d8af80fcfc9436f2966ca (patch) | |
tree | eb729f72011a801fe35b30e1bfbfeea53dd849c2 | |
parent | 1cb94dd6407df79451076342dc49010240d33858 (diff) |
changed font, bookmarks, etc
Diffstat (limited to '')
-rw-r--r-- | bookmarks | 8 | ||||
-rw-r--r-- | custom-settings.el | 3 | ||||
-rw-r--r-- | init.el | 2 | ||||
-rw-r--r-- | org-clock-save.el | 3 |
4 files changed, 7 insertions, 9 deletions
@@ -13,8 +13,8 @@ (rear-context-string . " Personal Tasks\n") (position . 1001)) ("org-capture-last-stored" - (filename . "~/Nextcloud/org/journal.org") - (front-context-string . "**** Been to the") - (rear-context-string . "-01-11 Saturday\n") - (position . 4657)) + (filename . "~/Nextcloud/org/dft.org") + (front-context-string . "***** Email to V") + (rear-context-string . "-01-16 Thursday\n") + (position . 89817)) )
\ No newline at end of file diff --git a/custom-settings.el b/custom-settings.el index 063e8cd..b92e193 100644 --- a/custom-settings.el +++ b/custom-settings.el @@ -35,9 +35,6 @@ '(dired-dwim-target t) '(dired-recursive-copies (quote always)) '(dired-recursive-deletes (quote always)) - '(elfeed-feeds - (quote - ("https://www.youtube.com/feeds/videos.xml?channel_id=UChWbNrHQHvKK6paclLp7WYw" "https://www.reddit.com/r/linuxmasterrace.rss" "https://feeds.feedburner.com/arstechnica/open-source" "https://www.computerweekly.com/rss/IT-security.xml" "https://www.fsf.org/static/fsforg/rss/news.xml" "https://www.reddit.com/r/freebsd.rss" "https://www.reddit.com/r/emacs.rss" "https://www.reddit.com/r/rugbyunion/.rss" "http://pragmaticemacs.com/feed/" "https://200ok.ch/atom.xml" "https://www.youtube.com/feeds/videos.xml?channel_id=UCkK9UDm_ZNrq_rIXCz3xCGA" "https://www.youtube.com/feeds/videos.xml?channel_id=UCFzGyNKXPAglNq28qWYTDFA" "https://www.youtube.com/feeds/videos.xml?channel_id=UC2eYFnH61tmytImy1mTYvhA" "http://www.linuxinsider.com/perl/syndication/rssfull.pl" "http://planet.debian.org/rss20.xml" "http://feeds2.feedburner.com/Command-line-fu" "https://opensource.org/news.xml" "https://feeds.feedburner.com/arstechnica/index" "https://www.wired.com/feed/rss" "https://sivers.org/en.atom"))) '(fci-rule-color "#383838") '(global-auto-revert-non-file-buffers t) '(helm-completion-style (quote emacs)) @@ -18,7 +18,7 @@ ;; font (add-to-list 'default-frame-alist - '(font . "Monaco-14")) + '(font . "Fira Code-14")) ;;(load-config) (unless (package-installed-p 'use-package) diff --git a/org-clock-save.el b/org-clock-save.el index 44a713c..11dc115 100644 --- a/org-clock-save.el +++ b/org-clock-save.el @@ -1 +1,2 @@ -;; org-clock-save.el - grafter at <2020-01-12 Sun 16:09> +;; org-clock-save.el - grafter at <2020-01-16 Thu 15:34> +(setq org-clock-stored-history '(("/home/lemon/Nextcloud/org/habits.org" . 755))) |