diff options
Diffstat (limited to 'Doom/.doom.d')
-rw-r--r-- | Doom/.doom.d/org/packages.org | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/Doom/.doom.d/org/packages.org b/Doom/.doom.d/org/packages.org index 46ec1d1..cd48221 100644 --- a/Doom/.doom.d/org/packages.org +++ b/Doom/.doom.d/org/packages.org @@ -15,15 +15,13 @@ Don't byte compile this, not a good idea. #+END_SRC * General ** wttrin -Weather analysis, useful for when I don't have my phone near me or I need to -show just *how* much Emacs can do to someone. +Weather analysis, useful for when I don't have my phone near me or I need to show just *how* much Emacs can do to someone. #+BEGIN_SRC elisp (package! wttrin) #+END_SRC ** powerthesaurus -Thesaurus for Emacs, amazingly useful. I do know that doom has it's own -dictionary and thesaurus module, but I wish to use my own cos I have very -specific needs +Thesaurus for Emacs, amazingly useful. +I do know that doom has it's own dictionary and thesaurus module, but I wish to use my own cos I have very specific needs #+BEGIN_SRC elisp (package! powerthesaurus) #+END_SRC @@ -44,21 +42,17 @@ Fragtog allows for latex segments to be instantly compiled and only when you hov #+END_SRC * Coding ** Tags -Should really be an inbuilt feature for Ivy, as it is so damn useful. Better -than the Helm or inbuilt "TAGS" searching options as it provides ways to quickly -filter data from the tag set which makes it incredibly fast. I have personally -used it in some of my personal functions such as the global testing function I -have for C# using both tags and OmniSharp. +Should really be an inbuilt feature for Ivy, as it is so damn useful. +Better than the Helm or inbuilt "TAGS" searching options as it provides ways to quickly filter data from the tag set which makes it incredibly fast. +I use it in some of my personal functions such as the global testing function I have for C# using both tags and OmniSharp. #+BEGIN_SRC elisp (package! counsel-etags) #+END_SRC ** Arduino -I sometimes dabble in Arduino coding, and absolutely adore Emacs, so who says I -can't make Emacs an Arduino IDE? +I sometimes dabble in Arduino coding, and absolutely adore Emacs, so who says I can't make Emacs an Arduino IDE? *** arduino-mode -Absolutely necessary for Arduino development: syntax highlighting. I soon plan -to make my own Arduino mode on the back of cc-mode, but who knows when that will -happen? +Absolutely necessary for Arduino development: syntax highlighting. +I soon plan to make my own Arduino mode on the back of cc-mode, but who knows when that will happen? #+BEGIN_SRC elisp (package! arduino-mode) #+END_SRC |