forked from colonelpanic/dotfiles
[Emacs] Align WIP
This commit is contained in:
parent
63697aa915
commit
33fe352e94
@ -2121,6 +2121,22 @@ I don't use auto-complete at all, so I have set up a hook to automatically disab
|
|||||||
(cons 'yas-ido-prompt
|
(cons 'yas-ido-prompt
|
||||||
(cl-delete 'yas-ido-prompt yas-prompt-functions)))))
|
(cl-delete 'yas-ido-prompt yas-prompt-functions)))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
** align
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package align
|
||||||
|
:disabled t
|
||||||
|
:after hydra
|
||||||
|
:bind ("C-c C-a" . imalison:align-regexp-hydra/body)
|
||||||
|
:config
|
||||||
|
(progn
|
||||||
|
(defun imalison:complex-align-regexp ()
|
||||||
|
(interactive)
|
||||||
|
(let ((current-prefix-arg t))
|
||||||
|
(call-interactively )))
|
||||||
|
(defhydra imalison:align-regexp-hydra
|
||||||
|
"align-regexp"
|
||||||
|
("r" . align-regexp))))
|
||||||
|
#+END_SRC
|
||||||
* flycheck
|
* flycheck
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package flycheck
|
(use-package flycheck
|
||||||
|
Loading…
Reference in New Issue
Block a user