Aryadev Chavali
2084d5784e
(Emacs)~moved org core variables around, +org latex some variables
2020-10-01 01:52:50 +01:00
Aryadev Chavali
dd5c926fd3
(Emacs)+display-buffer-alist records to various packages via :display
2020-10-01 01:50:51 +01:00
Aryadev Chavali
65dfb6006b
(Emacs)+use-package keyword adding records to display-buffer-alist
...
Pretty nice task, integrates into use-package really well.
2020-10-01 01:49:29 +01:00
Aryadev Chavali
2115335ac7
(Emacs)+defer 10 seconds to ivy
2020-10-01 01:48:47 +01:00
Aryadev Chavali
78472b0b04
(Emacs)-remove a ton of switch-buffer advice
...
Stupid idea, just gets in my way.
2020-10-01 01:47:58 +01:00
Aryadev Chavali
49468a7b3b
(Shell)+eclient alias to zshrc
...
Emacs client alias for main server
2020-09-29 17:51:07 +01:00
Aryadev Chavali
d21f604724
(Emacs)+org agenda file setup
2020-09-29 17:50:35 +01:00
Aryadev Chavali
e352033483
(Emacs)+auto insert for commit messages
...
Just does a skeleton of what this commit is like: a module, a simple
description then perhaps a description
2020-09-29 17:49:21 +01:00
Aryadev Chavali
21a6e49b60
(Emacs)-remove insert macro, +hook after-init-hook auto-insert-mode
...
define-autoinsert basically does what my macro does anyway, also add
an auto insert for org mode.
2020-09-29 17:42:22 +01:00
Aryadev Chavali
09ea92f9cc
(Emacs)~evil-window-vsplit -> make-frame
...
Now fset all evil-window-vsplit calls with make-frame. Also call
switch-buffer when creating new frames. The reason for this decision
was that I use a tiling window manager, which is something I can take
off the shoulders of Emacs and onto my wm.
2020-09-29 17:40:57 +01:00
Aryadev Chavali
d69deba256
(Emacs)~minor fixes and changes
2020-09-29 17:27:10 +01:00
Aryadev Chavali
85decc9f11
(EmacS)~indenting
2020-09-29 17:26:17 +01:00
Aryadev Chavali
5da3471503
(Emacs)~fix some stuff wrong with my config
...
Byte compilation provides a ton of syntactical and contextual
warnings, so I fixed up as many as I could reasonably do.
2020-09-29 17:25:30 +01:00
Aryadev Chavali
1f674c0195
(Emacs)~correct haskell-process-start -> haskell-process-restart
2020-09-29 17:24:36 +01:00
Aryadev Chavali
4f984215e8
(Emacs)-remove documentation for modded lisp indent function
...
Screws with backtangle, which I'd like to use more.
2020-09-29 17:24:14 +01:00
Aryadev Chavali
075e048882
(Emacs)~did a profile-dotemacs run, deferred some stuff
2020-09-29 17:23:51 +01:00
Aryadev Chavali
807d34f2c7
(Emacs)~correct :comment -> :comments
...
This is the correct header-argument to produce comments in the output
file. Useful for back referencing.
2020-09-29 17:22:48 +01:00
Aryadev Chavali
badc07c2ee
(Emacs)~moved org message to the org subtree
...
Having org message in the mail category actually causes an older
version of org to be cloned and registered, which screws with org
agenda and other features. Thus make sure that the org declaration
comes first so the latest version of org-mode is cloned
2020-09-29 17:21:00 +01:00
Aryadev Chavali
7467e83507
(Emacs)+ledger and evil ledger
...
This handles finances, woowee
2020-09-29 17:03:38 +01:00
Aryadev Chavali
b0aae95a5b
(Emacs)+configuration for auto insertion systems
2020-09-27 22:20:38 +01:00
Aryadev Chavali
51fcea69fc
(Emacs)~+snippets -> +autotyping
2020-09-27 22:20:29 +01:00
Aryadev Chavali
0fe6c046b2
(Emacs)-function to delete sentence, vim motions work fine
...
The vim motion "d)" works fine
2020-09-27 22:20:15 +01:00
Aryadev Chavali
c5999d6bff
(Emacs)+proced configuration
2020-09-27 22:12:38 +01:00
Aryadev Chavali
6731d60d45
(Emacs)~f{abbrev} -> s{abbrev}
2020-09-27 22:12:26 +01:00
Aryadev Chavali
1469245d30
(Emacs)+header for init.el
2020-09-27 22:12:07 +01:00
Aryadev Chavali
dad400beec
(Emacs)~move snippets to core packages, ~snippets -> auto typing
2020-09-27 22:02:13 +01:00
Aryadev Chavali
46b80367c1
(Emacs)+config for skeletons
...
Macro to generate an abbrev as well as a skeleton
2020-09-27 21:57:18 +01:00
Aryadev Chavali
356931d9e3
(Emacs)+config for abbrevs
...
Adds a macro to make abbrevs easier to insert
2020-09-27 21:56:52 +01:00
Aryadev Chavali
113a39f5bb
(Emacs)-org-mode-hooks for yas-minor-mode and org-shifttab
2020-09-27 21:56:29 +01:00
Aryadev Chavali
c929f95298
(Emacs)+config for calculator and calctex
2020-09-27 21:56:20 +01:00
Aryadev Chavali
86f1cf1075
(Emacs)+use eshell-mode-hook to set map
2020-09-27 21:56:06 +01:00
Aryadev Chavali
22b59f9dce
(Emacs)+notmuch-hello-sections
2020-09-27 21:55:45 +01:00
Aryadev Chavali
c72234d607
(Emacs)~ripgrep -> ripgrep + grep
...
+bindings for the in-built grep systems, for compatibility
2020-09-27 21:50:03 +01:00
Aryadev Chavali
9e10ce6dbd
(Emacs)~avy-goto-char-2 -> avy-goto-char-timer
...
Much better system than the previous one.
2020-09-27 21:46:29 +01:00
Aryadev Chavali
1da0fda75b
(Emacs)~yasnipet -> snippets
...
Now creating a system to use skeleton and abbrev to replace yasnippet
2020-09-27 21:45:03 +01:00
Aryadev Chavali
9afc74f0fe
(Emacs)~display-buffer-alist match *completions* and *Ido completions*
2020-09-27 21:44:13 +01:00
Aryadev Chavali
4690ecaf4e
(Emacs)+SPC b K to kill-buffer
2020-09-27 21:44:02 +01:00
Aryadev Chavali
a5c6a0bf22
(Emacs)~make completions-list an evil-normal-mode system
2020-09-27 21:43:54 +01:00
Aryadev Chavali
6d81cb2051
(Emacs)~some evil settings
2020-09-27 21:42:06 +01:00
Aryadev Chavali
904e62b273
(Emacs)~move around a few things, ~preamble -> (Package) preamble
2020-09-27 21:37:52 +01:00
Aryadev Chavali
877fdacdbd
(Dotfiles)-remove useless dependencies
...
Due to stow, tmux doesn't need to be installed as you can just not
stow the module.
fzf, cargo/rust and ripgrep don't need to be installed to use my emacs
config anymore.
2020-09-27 21:36:26 +01:00
Aryadev Chavali
645b20f7f0
(Emacs)+org-quote theming to monokai
...
Just make it slanted and use a mono font
2020-09-27 21:35:58 +01:00
Aryadev Chavali
d75332fc7f
(Emacs)+version lockfile
2020-09-27 16:53:21 +01:00
Aryadev Chavali
cc50ee1918
(Shell)+zshrc now has emdir to go directly to emacs directory
2020-09-27 16:52:21 +01:00
Aryadev Chavali
3a07c7371e
(Emacs)~avy M-s avy-goto-char-2 -> avy-goto-char-timer
...
Description
2020-09-21 22:19:34 +01:00
Aryadev Chavali
d3e6cb2b49
(Emacs)~monokai theme now has company theming
2020-09-21 22:19:18 +01:00
Aryadev Chavali
263e8193dc
(Emacs)~monokai theme string face SeaGreen -> yellow green
...
Easier to look at
2020-09-21 22:13:39 +01:00
Aryadev Chavali
19bd95a9e7
(Emacs)~theme personal -> monokai
2020-09-21 22:12:49 +01:00
Aryadev Chavali
706426dbb0
(Emacs)~Move smartparens and hook to text packages
2020-09-21 22:12:33 +01:00
Aryadev Chavali
3aa078733b
(Emacs)~org core -> OC Config, OC Bindings and OC variables
...
Big org block is better in smaller blocks
2020-09-21 22:12:04 +01:00