summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bookmarks8
-rw-r--r--custom-settings.el3
-rw-r--r--init.el2
-rw-r--r--org-clock-save.el3
4 files changed, 7 insertions, 9 deletions
diff --git a/bookmarks b/bookmarks
index 72c9bcc..153a649 100644
--- a/bookmarks
+++ b/bookmarks
@@ -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))
diff --git a/init.el b/init.el
index b86bf84..0891d5d 100644
--- a/init.el
+++ b/init.el
@@ -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)))