From 6aa44c61bdff90985b4ee1abaf278921782a864e Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 25 Nov 2022 16:36:34 +0000 Subject: Fixing org-protocol --- bookmarks | 6 +++--- init.el | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/bookmarks b/bookmarks index fb76cd1..375900f 100644 --- a/bookmarks +++ b/bookmarks @@ -9,7 +9,7 @@ (position . 11116)) ("org-capture-last-stored" (filename . "~/org-roam/daily/2022-11-25.org") - (front-context-string . "* 06:48:04: Morn") - (rear-context-string . "iday 2022-11-25\n") - (position . 95)) + (front-context-string . "* 14:47:27: What") + (rear-context-string . "morning. :baes:\n") + (position . 730)) ) diff --git a/init.el b/init.el index 1dfcd03..76df077 100644 --- a/init.el +++ b/init.el @@ -31,6 +31,9 @@ ;; easy revert buffer, which I never use (global-set-key (kbd "C-c R") (lambda () (interactive) (revert-buffer t t))) +;; make sure you require this - otherwise it will not work... +(require 'org-protocol) + ;; start-stop emacs (defun mrl/stop-emacs-1 () (if (daemonp) @@ -137,7 +140,7 @@ Restart works only on graphic display." (put 'narrow-to-region 'disabled nil) ;; we don't want the old buffer list! -(global-unset-key (kbd "C-x C-b")) +;;; (global-unset-key (kbd "C-x C-b")) ;; Put backups in /tmp where they belong (setq backup-directory-alist -- cgit v1.2.3