summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-11-25 16:36:34 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-11-25 16:36:34 +0000
commit6aa44c61bdff90985b4ee1abaf278921782a864e (patch)
treed3d5a79d702eb7f925e1ff1972a6759e32337849 /init.el
parenta796e556c52d1e93db78905ae893133c3afdb456 (diff)
Fixing org-protocol
Diffstat (limited to '')
-rw-r--r--init.el5
1 files changed, 4 insertions, 1 deletions
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