Commit Graph

377 Commits

Author SHA1 Message Date
Aryadev Chavali
1f0ad33db6 (Emacs)+demand dashboard package and setup initial-buffer-choice
The dashboard is the first thing I should see when entering Emacs,
hence I should demand the package instead of deferring it.  Doing so
means that dashboard is loaded instantly and will generate the
=*dashboard*= buffer, which I can set =initial-buffer-choice= to be.
2021-07-29 01:36:26 +01:00
Aryadev Chavali
f6559f92ff (Emacs)~abbrevs sdte->sdate && stme->stime
Need to be more verbose, also stime and sdate are easier to remember
than their shorter counterparts.
2021-07-29 01:32:50 +01:00
Aryadev Chavali
f3436334d8 (Emacs)~new versions for straight.el 2021-07-28 19:17:49 +01:00
Aryadev Chavali
e7b75d1d90 (Emacs)+unicode-emoticons package
Pretty self explanatory, useful in READMEs
2021-07-28 19:10:50 +01:00
Aryadev Chavali
07a756e3d1 (Emacs)+mwim package with binds
mwim is a cool package that allows for easy leet movements.
2021-07-28 19:10:44 +01:00
Aryadev Chavali
76bf60ee25 (Emacs)~split SPC i into a prefix
=counsel-unicode-char= has been bound to "<leader> ic" which allows
me to use TeX and other unicode symbols without switching to the TeX
keyboard.  =yas-insert-snippet= has been bound to "<leader> ii"
2021-07-28 19:07:08 +01:00
Aryadev Chavali
bee2255253 (Emacs)~text and code changes
Just cleaned up some links and descriptions that didn't really make sense.

Also added some defers and cleaned up some hooks.
2021-07-28 19:06:49 +01:00
Aryadev Chavali
c8ae4683a0 (Emacs)~dx:->+dx/ namespace (use +dx: for variables and constants)
There was a split in namespace across my config: "+dx/" or "dx:".
"dx:" was used for older functions created near the start of this
config, while "+dx/" is used basically everywhere else and is my
preferred namespace for new functions.  Hence I resolve this conflict
in this commit.
2021-07-28 18:58:25 +01:00
Aryadev Chavali
0a613ae8f4 (Emacs)-HTML_CONTAINER calls in headings
No need to clutter my config with HTML setups, instead just use the
table of contents to get to places.
2021-07-28 18:57:02 +01:00
Aryadev Chavali
f045dd146f (Emacs)+recentf-mode integration, +org-export-backends variable 2021-07-27 01:36:42 +01:00
Aryadev Chavali
b854e1ccaa (Emacs)~alpha 85 -> 95
Personal theme doesn't work on such a low transparency (I chose
colours that are less vibrant and poppy, going for a low-key theme)
hence set the alpha higher.
2021-07-27 01:35:46 +01:00
Aryadev Chavali
f202567d74 (Emacs)~minor changes in spelling and sentences, changes in filenames 2021-07-27 01:35:19 +01:00
Aryadev Chavali
a2456828b1 (Emacs)~changed theme back to personal
Don't even remember when I changed theme but it's gone back to
personal (my custom theme).  I changed a few things for the theme as
well, just a few colours.
2021-07-27 01:34:31 +01:00
Aryadev Chavali
ad5cb2b509 (Emacs)~move elips files into elisp/ folder
These files were cluttering the main directory, I'd rather just have
my config files here.
2021-07-26 01:49:38 +01:00
Aryadev Chavali
a6f1a172de (Emacs)+haskell-multiedit
Just some code to make editing in the Haskell REPL a nicer
experience.  Allows me to write multi-line code in a separate buffer
with haskell-mode switched on, then with a simple keybinding paste and
evaluate the full code in the Haskell REPL.  The keybindings and
workflow are similar to org-src block editing (create a new buffer,
then paste the contents back into the original buffer).
2021-07-26 01:40:37 +01:00
Aryadev Chavali
b3f78e588b (Emacs|Scripts)~minor edits
(Emacs)~changed some descriptions, formatting, edits of assigned
functions

(Scripts)~allow psearch to use all arguments supplied rather than just
the first one (pacman -Ss actually greedily consumes all arguments
given as part of the search)
2021-07-26 01:39:14 +01:00
Aryadev Chavali
d59c38f134 (Emacs|General)+all of .config from my Emacs config
The .config folder stores the configurations generated by various
packages.  For the purposes of cleanliness and also generalisation I
might as well VC it.
2021-07-25 15:44:55 +01:00
Aryadev Chavali
67a4addcd0 (Shell|Scripts|Emacs)~minor edits
+psearch function to search pacman with less (I use this all the time,
just makes it easier to do in one go)
~speed script to use a slightly larger file so user can get a better
estimate of dl speed
~ada-mode slightly better comments
2021-07-25 15:44:48 +01:00
Aryadev Chavali
1c82737b1e (Emacs)-dashboard on new frame hook
Too much of a hassle, screws up magit messages
2021-07-25 15:44:48 +01:00
Aryadev Chavali
7a2b48335c (Emacs)~logo to oreo logo 2021-07-25 15:44:48 +01:00
Aryadev Chavali
1aa826227e (Emacs)~minor edits
~haskell-process-type is now stack-ghci
+feature to switch to dashboard with each new frame
2021-07-25 15:44:48 +01:00
Aryadev Chavali
ae45e8744d (Emacs)+html auto insert template 2021-07-25 15:44:48 +01:00
Aryadev Chavali
d9de886caf (Emacs)+undo-tree package and fit into Evil 2021-07-25 15:44:48 +01:00
Aryadev Chavali
6ec0aad87e (Emacs)~some changes, checkout the message for details
~changed unicode true
~minor edits to text
~org-imenu-depth is set higher so it can be substituted for org-goto
-+autotyping/gen-skeleton-abbrev as I'm using yasnippet now
2021-07-25 15:44:48 +01:00
Aryadev Chavali
91c8da0e83 (Emacs)+snippets from doom-snippet and removed default package
I've re-enabled yasnippet for ease of use, and added a ton of snippets
directly into my Dotfiles so only I get to curate what snippets are
removed.  Screw downloading them off someone else's repository at
their total mercy.
2021-07-25 15:44:48 +01:00
Aryadev Chavali
ad0a18927b (Emacs)~emacs 27 downgrade, no need for evil-undo-system
Keep this commit in case I wanna go back to Emacs 28
2021-07-10 17:08:47 +01:00
Aryadev Chavali
325d8b4ef7 (General)~loads of commits, getting ready to port dotfiles to another machine 2021-07-06 19:02:25 +01:00
Aryadev Chavali
2a26169b56 (Repo)~general changes that I cba to document 2021-05-06 22:11:47 +01:00
Aryadev Chavali
6855c65a70 (Emacs)-preambles, just make it part of the main text body 2021-03-25 13:18:09 +00:00
Aryadev Chavali
ce33723c20 (Emacs)~cleaned up loads of bindings into one use-package decl 2021-03-25 10:19:35 +00:00
Aryadev Chavali
741c076d5b (Emacs)-table of contents from org file in exports 2021-03-25 10:10:11 +00:00
Aryadev Chavali
c42a5342dd (Emacs)+byte compilation and messages to +literate/compile-config 2021-03-25 09:58:10 +00:00
Aryadev Chavali
9fad8c45f8 (Emacs)~clean up code as a result of byte compile 2021-03-25 09:57:56 +00:00
Aryadev Chavali
e780b1d9a5 (Emacs)~clean up modelines for refined output 2021-03-25 09:57:38 +00:00
Aryadev Chavali
4f6f895566 (Emacs)~straight thawed versions
Update loads of packages for better Emacs 28 support and just why not?
May need to adapt this later on after debugging.
2021-03-25 09:32:55 +00:00
Aryadev Chavali
192de39199 (Emacs)~minor edits 2021-03-25 09:29:27 +00:00
Aryadev Chavali
44de2b1580 (Emacs)+telephone-line config
This replaces the default modeline for a cleaner more colourful and
dynamic one.
2021-03-25 09:29:18 +00:00
Aryadev Chavali
717731133f (Emacs)~minor edits and configurations 2021-03-25 09:29:18 +00:00
Aryadev Chavali
75eff9728d (Emacs)~disable ido and use ivy
Trying out ivy again, thinking it might be the one to use.
2021-03-25 09:26:21 +00:00
Aryadev Chavali
0e9fb1934e (Emacs)~move Amx to core packages
Now I can use amx in any completion package of my choice.
2021-03-25 09:24:19 +00:00
Aryadev Chavali
bb04d7d25f (Emacs)~async-shell-command use-package async -> simple
async is not a package in Emacs 28, so no need to use it.
2021-03-25 09:23:38 +00:00
Aryadev Chavali
242db17184 (Emacs)~clean up code 2021-03-24 22:12:05 +00:00
Aryadev Chavali
e7ff24ea7a (Emacs)~evil-magit -> evil-collection-magit 2021-03-24 22:11:45 +00:00
Aryadev Chavali
e23835ede4 (Emacs)+local-leader binds,~org-fragtog -> inbuilt org-latex-preview 2021-03-24 12:06:17 +00:00
Aryadev Chavali
885135b31a (Emacs)~xwidget added some new features 2021-03-24 11:30:19 +00:00
Aryadev Chavali
7125177781 (Emacs)~moved =Emacs Mode-line= to =Core Packages= 2021-03-24 11:29:47 +00:00
Aryadev Chavali
43607ac69f (Emacs)~html_container setup for headings, html export is nicer 2021-03-24 11:26:59 +00:00
Aryadev Chavali
a4744bab29 (Emacs)~split XWidget Core: XWidget Core + XWidget Extensions 2021-03-24 08:36:02 +00:00
Aryadev Chavali
cbcd4ac330 (Emacs)+local-leader and some binds for dired and eshell using it 2021-03-24 08:35:31 +00:00
Aryadev Chavali
dee78963d5 (Emacs)~eglot C/C++ lsp server ccls->clangd
clangd comes inbuilt with clang-lib so it should be on your system
already, it's much faster and cleaner than ccls currently and takes
less memory.
2021-03-23 20:47:31 +00:00