dx
3e7642cae1
!REFACTOR: cleaning doom
...
This refactor removes a lot of the 'training wheels' that doom
provides (i.e. no modeline, bindings, etc). Instead, I defined my own
modules and systems to help with those tasks. I am now using the default
emacs modeline, customised to my liking, as well as the default scratch
buffer as my startup page.
This basically allows me to have a finer degree of control over what my
Emacs is doing, which is great as I can remove redundant pieces that I
don't use.
2020-07-15 15:26:11 +01:00
dx
08a115e78d
~remppings gone to personal config
2020-06-11 02:01:35 +01:00
dx
bc3436de56
~use icomplete/ido for some of the functions
...
For some functions, which I find don't need to have ivy, let's use
icomplete instead.
2020-06-11 01:59:16 +01:00
dx
a396b216c2
+visual-line segment
2020-05-31 17:23:58 +01:00
dx
d05d83e0be
~my-* -> +oreoline-*
2020-05-31 17:23:22 +01:00
dx
5bf6d429aa
~icomplete module -> completion module
2020-05-31 15:38:52 +01:00
dx
6c262a85bc
~formatting oreoline/config.el
2020-05-31 15:38:09 +01:00
dx
6e605639ee
-+icomplete/M-x
...
This command doesn't work for icomplete, so I can't do this.
2020-05-31 01:05:12 +01:00
dx
2aa3f0d3a9
+icomplete module
...
My own module for using icomplete, which has some sane 'evil' bindings
and other such stuff.
2020-05-31 00:53:21 +01:00
dx
f4ad02ef81
+narrowing module, from narrowing handler in config.org
2020-05-10 18:01:37 +01:00
dx
5bfcedb6b0
~fboundp -> bound-and-true-p for lsp-mode check
2020-05-10 17:25:30 +01:00
dx
871b6f24c5
~better implementation of lsp segment
...
Checks if lsp-workspaces has been defined.
2020-05-06 21:40:04 +01:00
dx
e053ef3d2c
~formattign for oreoline/config.el
2020-05-06 21:39:56 +01:00
dx
277c4bcac6
+feed in +rss/feed-urls
2020-05-05 20:54:55 +01:00
dx
cdea867c9d
+support for unlimited tags in +rss/feed-urls
...
This uses the second cdr of any one feed-url item, which is the
remaining args in there.
2020-05-05 20:54:55 +01:00
dx
881daaa8a8
~spaces -> tabs
...
Formatting included
2020-05-05 02:59:45 +01:00
dx
65aa56eee6
+custom rss module
...
When using the inbuilt RSS module, this becomes my personal config for
that module.
However, when not using that and instead using the newsticker inbuilt
for Emacs, I've got a config for that as well.
2020-05-05 02:59:45 +01:00
dx
548072ba7e
~cl -> cl-lib along with functions cl-*
...
This was why I was getting the error, by using cl-* name spacing, I
remove the errors Emacs kept giving me.
2020-05-05 02:59:45 +01:00
dx
980911c5cc
~setq -> defvar: custom variables in gentemplate
...
defvar allows me to add some documentation on what they are and how to
use them, always nice.
2020-05-05 02:59:45 +01:00
dx
c65cf688fc
~doom.d -> Doom/.doom.d
...
Proper naming, GNU/Stow style.
2020-05-05 02:59:45 +01:00