Add custom_ids

This commit is contained in:
contrapunctus 2022-01-14 13:27:34 +05:30
parent 752c0e41a6
commit 257da23a01
1 changed files with 9 additions and 2 deletions

View File

@ -2241,6 +2241,7 @@ PR ideas
** company
:PROPERTIES:
:CREATED: 2022-01-05T20:16:03+0530
:CUSTOM_ID: completion-company
:END:
#+BEGIN_SRC emacs-lisp
(use-package company
@ -2290,11 +2291,11 @@ PR ideas
** company-prescient
:PROPERTIES:
:CREATED: 2022-01-13T22:42:28+0530
:CUSTOM_ID: completion-company-prescient
:END:
#+BEGIN_SRC emacs-lisp
(use-package company-prescient
:init
(company-prescient-mode)
:init (company-prescient-mode)
(prescient-persist-mode))
#+END_SRC
@ -3971,6 +3972,9 @@ Used by Eldev documentation.
#+END_SRC
* Programming
:PROPERTIES:
:CUSTOM_ID: programming
:END:
** FIXME common [%]
*** swap keys :disabled:
1. [X] =keyswap-mode= swaps numeric keys with symbols by default. We want to swap just () with [] (to begin with), but the code below doesn't work, for some reason.
@ -4420,6 +4424,9 @@ All COMMAND-SPECS should be a list in the form
#+END_SRC
** Common Lisp
:PROPERTIES:
:CUSTOM_ID: programming-common-lisp
:END:
#+BEGIN_SRC emacs-lisp
(use-package redshank
:hook (slime-mode . redshank-mode))