Commit Graph

68 Commits

Author SHA1 Message Date
Aryadev Chavali
36124e9861 ~minimised C/C++ configuration to use-package cc-mode
use-package allows for lazy loading C features, which means load time
is slightly smaller.
2020-08-01 18:24:16 +01:00
Aryadev Chavali
5e0817b944 +made a simple flycheck system to turn on flycheck mode if not already on 2020-08-01 18:23:44 +01:00
Aryadev Chavali
5651d5c5bd +a few bindings and eldoc 2020-08-01 18:23:19 +01:00
Aryadev Chavali
1e5c43b09e +leader map
Basically just duplicate evil-leader package, setting up SPC to be the
leader.
I am using this binding prefix for single binds that I may find useful.
2020-08-01 18:09:06 +01:00
Aryadev Chavali
8a2f54d123 -counsel-rg binding for bind-keys 2020-08-01 18:07:53 +01:00
Aryadev Chavali
c7f31e88c5 +a few new bindings
Bindings for eshell, next buffer and prev buffer
2020-08-01 17:58:02 +01:00
Aryadev Chavali
d3f66b80ca +brand new Emacs config
This one is a lot more closer to Emacs core, it doesn't use general
or the SPC leader as I'm used to but instead the default meta-key
chord bindings to work better. I don't use a lot of features in Emacs
that Doom used to provide in bindings, so I'm stripping them away and
slowly adding stuff I like.
2020-08-01 12:57:09 +01:00
dx
f8ca6b9e1b +major refactors to vanilla Emacs config
Developed quite a bit of the config.

I've added a literate org config, loaded through the init.el file.
Furthermore, I've added some basic general maps and have gained a much
better understanding of Emacs than before. This refactor is one of the
main reasons I decided to so heavily refactor my doom config.
2020-07-15 15:31:56 +01:00
dx
5caab1de5d -straight and ~formatting 2020-06-27 11:05:08 +01:00
dx
d0ae12aec0 +dired binding 2020-06-21 02:00:21 +01:00
dx
79ce61f9ca +occur binding 2020-06-21 01:59:52 +01:00
dx
477dd73314 +add hook to prog-mode-hook to turn on hs-minor-mode 2020-06-21 01:59:30 +01:00
dx
ab4f73cfbe ~some edits to main emacs to make it easier to use 2020-05-24 00:41:13 +01:00
dx
b4ebf75980 +set user-emacs-directory to .config/emacs in custom Emacs 2020-05-20 07:44:55 +01:00
dx
224b9d9759 +straight and telephone line to custom emacs 2020-05-17 09:27:53 +01:00
dx
c97e386425 +a lot more stuff
+better binding system (general) with a leader
+evil-surround
+which-key
+org
+counsel

and tango-dark cos if I see default emacs again I'm going to throw my
computer outside.
2020-05-13 00:15:44 +01:00
dx
650514c137 ~.emacs.d -> .config/emacs, XDG conventions 2020-05-05 02:59:45 +01:00
dx
7a04bb36cc +init.el for custom emacs configuration
Trying my hand at a custom emacs config on my own
2020-05-05 02:59:45 +01:00