mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-23 03:00:08 +00:00
[emacs] Add define-word
This commit is contained in:
parent
30b3a20dde
commit
8f3a67c976
1 changed files with 7 additions and 0 deletions
|
@ -1100,6 +1100,13 @@ breaks.
|
|||
org-mode-hook)))
|
||||
|
||||
#+END_SRC
|
||||
*** Define Word
|
||||
#+name: packages
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package define-word
|
||||
:ensure t
|
||||
:bind ("C-c d" . define-word-at-point))
|
||||
#+END_SRC
|
||||
* Finances
|
||||
** Ledger
|
||||
|
||||
|
|
Loading…
Reference in a new issue