Aryadev Chavali
f61c304ea3
(Emacs)~prettify symbols so they don't screw up heights
2021-11-26 19:19:20 +00:00
Aryadev Chavali
e9825c7131
(Emacs)+olivetti
...
Check the edit for a description of the package. Just setup a
toggle based function to turn on olivetti-mode.
2021-11-22 06:20:05 +00:00
Aryadev Chavali
074182ab18
(Emacs)+turn off borders
...
Using fringe widths, turn off borders in Emacs. Truly freeing
experience.
2021-11-22 06:20:05 +00:00
Aryadev Chavali
f46a8daad1
(Emacs)~clear up
2021-11-22 06:20:05 +00:00
Aryadev Chavali
9587f92757
(Emacs)+bindings for literate compile function
...
Described in the edit section, just read.
2021-11-22 06:20:05 +00:00
Aryadev Chavali
f1fba0ae2f
(Emacs)~telephone-line -> Emacs default mode line
...
Using my Emacs default mode line config for a bit, might change.
2021-11-22 06:16:53 +00:00
Aryadev Chavali
45c5cf7761
(Emacs)+Zone package
...
Kinda useless but I think it could be nice.
2021-10-20 06:08:56 +01:00
Aryadev Chavali
1ecae62342
(Emacs)~indenting, ~rearrange keybindings
...
Change to M-c for correcting word bindings in flyspell.
2021-10-20 06:08:15 +01:00
Aryadev Chavali
04c80df2b7
(Emacs)~corrections
...
Using flyspell.
2021-10-20 06:07:33 +01:00
Aryadev Chavali
b1908e7fe3
(Emacs/CC mode)+hook to clang format buffer on save
...
Just a nicer format, good for git commits.
2021-09-15 12:18:30 +01:00
Aryadev Chavali
7121da840d
(Emacs)-remove most of org auto insert
...
Kinda not necessary for the vast majority of non exported files, I can
just write whatever I need into there manually if necessary.
2021-09-15 12:16:04 +01:00
Aryadev Chavali
97bb7e9d7f
(Emacs)~rename and rearrange some code
2021-09-15 12:15:15 +01:00
Aryadev Chavali
1ab74174c6
(Emacs)+auto run command after save hook
...
Useful macro for running commands on certain buffers after save.
Check the specific heading for details.
2021-09-15 12:13:40 +01:00
Aryadev Chavali
093879c455
(Emacs)+telephone-line link in Emacs modeline section
...
I don't use the default modeline right now, hence I should link to my
current setup for modelines.
2021-07-29 01:36:43 +01:00
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
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
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
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
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
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