get multi-line from melpa
This commit is contained in:
parent
4b7b6fa84c
commit
82f50df525
@ -867,7 +867,6 @@ The current directory is assumed to be the project's root otherwise."
|
|||||||
(when (file-exists-p site-lisp) (add-to-list 'load-dirs site-lisp))))
|
(when (file-exists-p site-lisp) (add-to-list 'load-dirs site-lisp))))
|
||||||
|
|
||||||
(use-package multi-line
|
(use-package multi-line
|
||||||
:ensure nil
|
|
||||||
:preface
|
:preface
|
||||||
(progn
|
(progn
|
||||||
(defun imalison:multi-line-skip-fill ()
|
(defun imalison:multi-line-skip-fill ()
|
||||||
@ -876,7 +875,6 @@ The current directory is assumed to be the project's root otherwise."
|
|||||||
(imalison:prefix-alternatives imalison:multi-line multi-line
|
(imalison:prefix-alternatives imalison:multi-line multi-line
|
||||||
multi-line-single-line
|
multi-line-single-line
|
||||||
imalison:multi-line-skip-fill))
|
imalison:multi-line-skip-fill))
|
||||||
:load-path "~/Projects/multi-line"
|
|
||||||
:bind ("C-c d" . imalison:multi-line))
|
:bind ("C-c d" . imalison:multi-line))
|
||||||
|
|
||||||
(use-package recentf
|
(use-package recentf
|
||||||
|
Loading…
Reference in New Issue
Block a user