mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 11:09:29 +00:00
[emacs] Add Ack and a Half
This commit is contained in:
parent
78da79a575
commit
8199badc33
1 changed files with 6 additions and 0 deletions
|
@ -213,6 +213,12 @@
|
||||||
:defer t
|
:defer t
|
||||||
:idle (projectile-global-mode))
|
:idle (projectile-global-mode))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
** Ack-and-a-half
|
||||||
|
#+name: packages
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package ack-and-a-half
|
||||||
|
:ensure t)
|
||||||
|
#+END_SRC
|
||||||
** Web Mode
|
** Web Mode
|
||||||
#+name: packages
|
#+name: packages
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|
Loading…
Reference in a new issue