From 7e54b7b6ca241606a57b6e85b42e2e0528326b5c Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 23 Oct 2016 19:02:56 -0700 Subject: [PATCH] [Emacs] Add kedconnect package --- dotfiles/emacs.d/README.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 8c378344..1d6cae5a 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -3363,6 +3363,10 @@ crux-reopen-as-root-mode makes it so that any file owned by root will automatica (progn (crux-reopen-as-root-mode))) #+END_SRC +** kde-connect +#+BEGIN_SRC emacs-lisp +(use-package kdeconnect) +#+END_SRC * Chat ** erc #+BEGIN_SRC emacs-lisp