Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-28 | +no littering, moves org mode snippets to .local | Aryadev Chavali | |
2020-08-23 | +c/c++: arrow symbol to pretty symbols | Aryadev Chavali | |
2020-08-23 | ~use-package -> autoload | Aryadev Chavali | |
2020-08-23 | ~rest of the config | Aryadev Chavali | |
Moved into applications: mail, elfeed, xwidget, eshell Also added pretty symbols to org-mode, c/c++ and lisp | |||
2020-08-23 | +small packages list, with all previous packages | Aryadev Chavali | |
2020-08-23 | +window package into core packages | Aryadev Chavali | |
This includes bindings for buffer switching. | |||
2020-08-23 | +pretty symbols to core packages | Aryadev Chavali | |
2020-08-23 | +company to core packages | Aryadev Chavali | |
2020-08-23 | +magit to core packages | Aryadev Chavali | |
2020-08-23 | +ibuffer to core packages | Aryadev Chavali | |
2020-08-23 | +dired setup in core | Aryadev Chavali | |
2020-08-23 | ~moving some stuff around, +ido, ido-completing-read+ and smex | Aryadev Chavali | |
2020-08-23 | ~evil-define -> general | Aryadev Chavali | |
2020-08-23 | +preamble for completion and why its useful | Aryadev Chavali | |
2020-08-23 | +core packages, put general and completion into there | Aryadev Chavali | |
2020-08-23 | ~clean up general with use-package | Aryadev Chavali | |
2020-08-23 | ~init variables -> use-package declarations for +speed | Aryadev Chavali | |
2020-08-23 | ~moved all ob-tangle code to a with-eval-after-load | Aryadev Chavali | |
Instead of using an autoload which may or may not work, rely on with-eval-after-load to handle the loading period. | |||
2020-08-23 | +few more variables set for use-package | Aryadev Chavali | |
2020-08-18 | +basic setup for python | Aryadev Chavali | |
2020-08-18 | +further org-msg config | Aryadev Chavali | |
Some preambles, greetings and css | |||
2020-08-18 | +adivce to notmuch-refresh-buffer to sync mail as well | Aryadev Chavali | |
2020-08-18 | ~move around a few configuration options, +mail/local-dir | Aryadev Chavali | |
New local directory for mail in user-emacs-directory | |||
2020-08-18 | +pdfgrep | Aryadev Chavali | |
Pdfgrep is the ultimate solution for searching pdfs easily. Using it in Emacs is a plus, and it creates a buffer that ends in grep so it follows my window management rules | |||
2020-08-18 | +pdf-tools config with diatribe for pdfs and why it's good in Emacs | Aryadev Chavali | |
2020-08-18 | ~rg display buffer settings to anything ending in grep* | Aryadev Chavali | |
There is a reason for this: all grep based software should follow the same rules for consistency. | |||
2020-08-18 | ~set rg-buffer-name to *ripgrep* | Aryadev Chavali | |
2020-08-18 | +ace window config specifically for ease of use | Aryadev Chavali | |
2020-08-18 | ~(remap) describe-key -> helpful-key | Aryadev Chavali | |
2020-08-18 | ~leader w now uses evil-window map | Aryadev Chavali | |
Easier than rebinding everything manually | |||
2020-08-18 | +C-x d to delete frames | Aryadev Chavali | |
Dired is bound to SPC dd anyway | |||
2020-08-18 | ~header-args to emacs-lisp specific | Aryadev Chavali | |
2020-08-18 | +make frame resize pixelwise | Aryadev Chavali | |
On dwm this leads to an issue in Emacs where the frame is slightly off the max size of the screen which is really annoying. | |||
2020-08-18 | +y-or-n question to stop kill-emacs, -require ivy from daemon | Aryadev Chavali | |
Added a little cute y-or-n question to allow myself a dialogue from stopping Emacs before exiting. Remove ivy from the greedy load list. | |||
2020-08-17 | ~some edits | Aryadev Chavali | |
2020-08-17 | +along with the buffer hydra add single buffer binds | Aryadev Chavali | |
2020-08-17 | +setup scratch buffer to show useful info | Aryadev Chavali | |
2020-08-17 | ~caps tags -> lowercase tags | Aryadev Chavali | |
e.g. #+BEGIN_SRC -> #+begin_src This allows me to use C-c C-, for ease of use | |||
2020-08-17 | ~xbacklight -> light program | Aryadev Chavali | |
2020-08-17 | ~clean up dependencies in README.org | Aryadev Chavali | |
2020-08-17 | +require general, ivy and company | Aryadev Chavali | |
2020-08-16 | ~cleanup README a bit | Aryadev Chavali | |
2020-08-16 | ~moved around a few things | Aryadev Chavali | |
2020-08-15 | +org-todo-keywords | Aryadev Chavali | |
TODO -> WAIT -> DONE PROJ -> WAIT -> COMPLETE | |||
2020-08-15 | ~flyspell bindings switch caps | Aryadev Chavali | |
2020-08-15 | ~display-buffer-in-side-window -> display-buffer-at-bottom | Aryadev Chavali | |
This works out better as it stacks the windows on top of each other rather than squishing them in the bottom pane. Furthermore, which key looks nicer with this. | |||
2020-08-15 | ~eshell: cleanup description, +toggle-eshell | Aryadev Chavali | |
Using the toggle functionality I defined earlier, create a toggle eshell setup | |||
2020-08-15 | ~change binding in elfeed | Aryadev Chavali | |
2020-08-15 | -yatemplate | Aryadev Chavali | |
Just use auto insert | |||
2020-08-15 | ~hook to after init to load after evil for which key | Aryadev Chavali | |