Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-31 | ~using icomplete command means that I don't need counsel bindings | dx | |
2020-05-31 | ~symbol setup | dx | |
2020-05-31 | ~haskell +ghcide -> haskell | dx | |
The default haskell mode with ghci has good defaults, completion systems and an overall workflow which I can really work with. This is better than the LSP system which uses a lot of memory and CPU without much returns in comparison to this method. | |||
2020-05-31 | ~ivy -> icomplete | dx | |
2020-05-31 | +icomplete module | dx | |
My own module for using icomplete, which has some sane 'evil' bindings and other such stuff. | |||
2020-05-31 | +download-playlist script | dx | |
Using youtube-dl, set some sane defaults for what I usually do when downloading an album or playlist. | |||
2020-05-25 | +script to quickly edit scripts by emacs from term | dx | |
2020-05-25 | +binding to open emacsclient (connect to server) called sedit | dx | |
2020-05-25 | ~EDITOR nvim -> emacsclient | dx | |
2020-05-25 | ~corrected calctex link | dx | |
2020-05-25 | +bind to stop doom default bindings from taking the local leader | dx | |
2020-05-25 | +binding to open newlines without using o/O | dx | |
2020-05-25 | ~auto-fill-mode -> visual-line-mode, +org-toggle-latex | dx | |
2020-05-25 | ~auto filled lines to long lines | dx | |
2020-05-25 | ~pretty-code snippet: delete offending item | dx | |
2020-05-24 | +alias to load other emacs (user based one in .config/emacs/init.el) | dx | |
2020-05-24 | +C-x C-e bind to zsh to edit command line | dx | |
2020-05-24 | ~set alternate editor for emacsclient to be vim | dx | |
2020-05-24 | +emacs everywhere | dx | |
2020-05-24 | ~ivy-read -> completing-read | dx | |
More general purpose and useful | |||
2020-05-24 | ~some edits to main emacs to make it easier to use | dx | |
2020-05-24 | ~hook -> setq c-indent-style | dx | |
I'd rather just have the style set | |||
2020-05-24 | ~set SPC-SPC to execute-extended-command | dx | |
If I turn off Ivy I should still be able to use SPC SPC | |||
2020-05-24 | +recompile bindings for compilation buffer | dx | |
2020-05-24 | +bind to M-s occur | dx | |
2020-05-24 | ~localleader , -> 'SPC ,' and ivy-read -> completing-read | dx | |
2020-05-20 | +list packages script for quick checking installed packages | dx | |
2020-05-20 | +set user-emacs-directory to .config/emacs in custom Emacs | dx | |
2020-05-20 | +ncmpcpp C-l binding for lyrics | dx | |
2020-05-20 | +install guide (use install.org) | dx | |
2020-05-20 | ~make SPC-cc compile | dx | |
2020-05-20 | ~formatting in config.el | dx | |
2020-05-20 | +latex doom module | dx | |
2020-05-20 | ~haskell config | dx | |
2020-05-17 | ~ls -> exa | dx | |
exa seems like a nicer, faster program. Also rust replacements | |||
2020-05-17 | +mpd support for bar | dx | |
2020-05-17 | ~some stuff with xserver | dx | |
2020-05-17 | +binding for brightness on normal keys | dx | |
2020-05-17 | ~proper hook for calctex | dx | |
2020-05-17 | ~ace window binding to lower w | dx | |
I use that binding a lot, makes sense to use lower w instead | |||
2020-05-17 | -lsp-ui-doc-mode hooks | dx | |
In hindsight, lsp-ui-mode only makes lsp-mode more intrusive, slow and buggy. It's better to rely on other Emacs and Doom systems (+lookup* for example) for some of the stuff that it gives rather than it. | |||
2020-05-17 | +fzf to nvim | dx | |
2020-05-17 | -removed a lot of unused modules, ~dante -> ghcide | dx | |
2020-05-17 | +straight and telephone line to custom emacs | dx | |
2020-05-17 | +support for deleting a modules | dx | |
Refactored the code a bit to make it a bit cleaner, added support for deleting modules in dotfiles | |||
2020-05-17 | +elisp support to stow a specific module | dx | |
2020-05-17 | ~install.sh -> Install.org | dx | |
An org file is better suited for this kinda job: literate, modular and easy to explain my decisions. Furthermore, I can make components for this installation easily just by making sections | |||
2020-05-14 | +set backgrounds to latest commit | dx | |
2020-05-14 | +connections block for dwmbar | dx | |
Basically checks if connected to some form of internet, and prints 'Connected' or 'Not connected'. Removed the applet refresh because this is better. If I need access to those managers, I'll just launch them. | |||
2020-05-14 | ~xss-lock sleep control given to lock script | dx | |