Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-28 | (Emacs)~gc-cons-threshold 20mb -> 100mb | Aryadev Chavali | |
2020-12-30 | (Shell)+TERM variable to make ssh easier | Aryadev Chavali | |
2020-12-30 | (Scripts/Status)~set connection text to have the connection name | Aryadev Chavali | |
2020-12-02 | (Emacs)+yaml mode configuration | Aryadev Chavali | |
2020-12-02 | (Emacs)+org reveal configuration | Aryadev Chavali | |
Org reveal is a system that allows org documents to be exported into HTML presentations. | |||
2020-12-02 | (Emacs)+make org-agenda open on the current window | Aryadev Chavali | |
2020-12-02 | (Emacs)~better description for skeletons | Aryadev Chavali | |
2020-12-02 | (Emacs)+the onion rss feeds | Aryadev Chavali | |
2020-12-02 | (Emacs)+use-package functionality for :pretty keyword | Aryadev Chavali | |
:pretty keyword allows use-package to create aliases for prettify-symbols-mode. | |||
2020-12-02 | (sxhkd)~change browser launcher to use xdg-defaults | Aryadev Chavali | |
Use xdg-open to open a url which triggers the default browser of the system, instead of launching qutebrowser which may not exist on every computer. | |||
2020-12-02 | (Shell)~permananetly add rsa keys to ssh when booting | Aryadev Chavali | |
2020-12-02 | (Scripts)+eshell option to eselect | Aryadev Chavali | |
Option makes it easier to launch eshell instantly, which I've found to be doing quite often. | |||
2020-10-01 | (SXHkD)+passmenu options to super + p keybinding | Aryadev Chavali | |
As it uses dmenu, I can make it case insensitive and fuzzy matching. | |||
2020-10-01 | (Emacs)+ledger--face set to an actual font in monokai | Aryadev Chavali | |
2020-10-01 | (Emacs)~moved some skeletons | Aryadev Chavali | |
2020-10-01 | (Emacs)+some bindings | Aryadev Chavali | |
2020-10-01 | (Emacs)-a few evil-collection setups | Aryadev Chavali | |
I can handle a few Emacs packages being with evil bindings, makes it easier to manage that way. | |||
2020-10-01 | (Emacs)~moved org core variables around, +org latex some variables | Aryadev Chavali | |
2020-10-01 | (Emacs)+display-buffer-alist records to various packages via :display | Aryadev Chavali | |
2020-10-01 | (Emacs)+use-package keyword adding records to display-buffer-alist | Aryadev Chavali | |
Pretty nice task, integrates into use-package really well. | |||
2020-10-01 | (Emacs)+defer 10 seconds to ivy | Aryadev Chavali | |
2020-10-01 | (Emacs)-remove a ton of switch-buffer advice | Aryadev Chavali | |
Stupid idea, just gets in my way. | |||
2020-09-29 | (Shell)+eclient alias to zshrc | Aryadev Chavali | |
Emacs client alias for main server | |||
2020-09-29 | (Emacs)+org agenda file setup | Aryadev Chavali | |
2020-09-29 | (Emacs)+auto insert for commit messages | Aryadev Chavali | |
Just does a skeleton of what this commit is like: a module, a simple description then perhaps a description | |||
2020-09-29 | (Emacs)-remove insert macro, +hook after-init-hook auto-insert-mode | Aryadev Chavali | |
define-autoinsert basically does what my macro does anyway, also add an auto insert for org mode. | |||
2020-09-29 | (Emacs)~evil-window-vsplit -> make-frame | Aryadev Chavali | |
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 | (Emacs)~minor fixes and changes | Aryadev Chavali | |
2020-09-29 | (EmacS)~indenting | Aryadev Chavali | |
2020-09-29 | (Emacs)~fix some stuff wrong with my config | Aryadev Chavali | |
Byte compilation provides a ton of syntactical and contextual warnings, so I fixed up as many as I could reasonably do. | |||
2020-09-29 | (Emacs)~correct haskell-process-start -> haskell-process-restart | Aryadev Chavali | |
2020-09-29 | (Emacs)-remove documentation for modded lisp indent function | Aryadev Chavali | |
Screws with backtangle, which I'd like to use more. | |||
2020-09-29 | (Emacs)~did a profile-dotemacs run, deferred some stuff | Aryadev Chavali | |
2020-09-29 | (Emacs)~correct :comment -> :comments | Aryadev Chavali | |
This is the correct header-argument to produce comments in the output file. Useful for back referencing. | |||
2020-09-29 | (Emacs)~moved org message to the org subtree | Aryadev Chavali | |
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 | (Emacs)+ledger and evil ledger | Aryadev Chavali | |
This handles finances, woowee | |||
2020-09-27 | (Emacs)+configuration for auto insertion systems | Aryadev Chavali | |
2020-09-27 | (Emacs)~+snippets -> +autotyping | Aryadev Chavali | |
2020-09-27 | (Emacs)-function to delete sentence, vim motions work fine | Aryadev Chavali | |
The vim motion "d)" works fine | |||
2020-09-27 | (Emacs)+proced configuration | Aryadev Chavali | |
2020-09-27 | (Emacs)~f{abbrev} -> s{abbrev} | Aryadev Chavali | |
2020-09-27 | (Emacs)+header for init.el | Aryadev Chavali | |
2020-09-27 | (Emacs)~move snippets to core packages, ~snippets -> auto typing | Aryadev Chavali | |
2020-09-27 | (Emacs)+config for skeletons | Aryadev Chavali | |
Macro to generate an abbrev as well as a skeleton | |||
2020-09-27 | (Emacs)+config for abbrevs | Aryadev Chavali | |
Adds a macro to make abbrevs easier to insert | |||
2020-09-27 | (Emacs)-org-mode-hooks for yas-minor-mode and org-shifttab | Aryadev Chavali | |
2020-09-27 | (Emacs)+config for calculator and calctex | Aryadev Chavali | |
2020-09-27 | (Emacs)+use eshell-mode-hook to set map | Aryadev Chavali | |
2020-09-27 | (Emacs)+notmuch-hello-sections | Aryadev Chavali | |
2020-09-27 | (Emacs)~ripgrep -> ripgrep + grep | Aryadev Chavali | |
+bindings for the in-built grep systems, for compatibility |