aboutsummaryrefslogtreecommitdiff
path: root/gui/conf/init.el
AgeCommit message (Collapse)Author
2020-07-15Revamp Emacs keybindingsAdrian Kummerlaender
Using SPC as leader, discovery via which-key
2020-07-12Add link display toggle to org-mode hydraAdrian Kummerlaender
2020-07-12Setup org-roamAdrian Kummerlaender
2020-07-12Remove deprecated keybindingsAdrian Kummerlaender
2020-07-12Switch darkroom and store link keybindingsAdrian Kummerlaender
2020-07-12Disable evil-mode for calendarAdrian Kummerlaender
2020-07-08Remove org-babel tangling flickerAdrian Kummerlaender
2020-07-08Add literate calc minor modeAdrian Kummerlaender
2020-07-08Add two useful navigation pluginsAdrian Kummerlaender
2020-07-07Emacs config update, removed DeftAdrian Kummerlaender
Replaced by using various file selectors and plain org-capture.
2020-07-04Unbind C-b in evil motion mapAdrian Kummerlaender
Shadows global C-b in evil buffers otherwise
2020-07-04Some Emacs keybind maintenanceAdrian Kummerlaender
Should get started on converting the config into a readable literate document. Custom keybinds should be more consistent.
2020-07-04Setup Emacs dashboardAdrian Kummerlaender
2020-07-04Preserve Emacs history across reloadsAdrian Kummerlaender
2020-07-04Add helm swoop to emacsAdrian Kummerlaender
2020-06-30Add async org-mode packageAdrian Kummerlaender
Essential for code blocks taking longer than a couple of seconds
2020-06-30Enable password caching for Emacs trampAdrian Kummerlaender
2020-06-27Mixed emacs config updatesAdrian Kummerlaender
2020-06-27Add org subtree narrow shortcut to hydra menuAdrian Kummerlaender
2020-06-26Enable evil-leader mode before evil-modeAdrian Kummerlaender
Otherwise it is not enabled in every evil-mode buffer
2020-06-26Add evil-magitAdrian Kummerlaender
2020-06-26Setup org-rifleAdrian Kummerlaender
2020-06-26Add keybinding for kill ring searchAdrian Kummerlaender
2020-06-25Fix evil configAdrian Kummerlaender
2020-06-25Move Emacs mail config into separate fileAdrian Kummerlaender
2020-06-25Mail config updateAdrian Kummerlaender
Without this changes are not reflected upstream.
2020-06-25Move size rules into Emacs themeAdrian Kummerlaender
2020-06-25Change Deft filter ruleAdrian Kummerlaender
2020-06-24Change org-bulletsAdrian Kummerlaender
2020-06-24Keybindings...Adrian Kummerlaender
2020-06-24Prefer UTF8 everywhereAdrian Kummerlaender
2020-06-24Update mu4e mail setupAdrian Kummerlaender
2020-06-23Add keybinds for org linkingAdrian Kummerlaender
Binding of `org-store-link` is global to store link from any supported buffer. Not fully happy with the choice of F12 but ok for now.
2020-06-23Fix orgmode execute bindingAdrian Kummerlaender
Worked for source blocks but not for "#+CALL" statements.
2020-06-23Basic eMail setup using home-manager account system and mu4eAdrian Kummerlaender
2020-06-23Only use projectile for ctags updating in EmacsAdrian Kummerlaender
2020-06-22Setup direnv to use nix-shell envs from EmacsAdrian Kummerlaender
2020-06-22Add binding for tags counsel to EmacsAdrian Kummerlaender
2020-06-22Setup emacs daemon and clientAdrian Kummerlaender
It seems like I finally got my setup to a state where Emacs is there to stay.
2020-06-19Add basic dired customization to EmacsAdrian Kummerlaender
2020-06-17Set eshell autocomplete, prompt colorAdrian Kummerlaender
2020-06-17Update Emacs configAdrian Kummerlaender
2020-06-16Add basic Org mode menu based on HydraAdrian Kummerlaender
2020-06-16Add more convenient window / buffer keybinds to EmacsAdrian Kummerlaender
2020-06-16Add minor mode display to modelineAdrian Kummerlaender
2020-06-16Use emacs-provided line number displayAdrian Kummerlaender
2020-06-14Update Emacs configAdrian Kummerlaender
2020-06-11Implement custom related file jumping logic in EmacsAdrian Kummerlaender
Neither projectile nor ff-find-other-file's offering do what I want in a straight forward manner. The former is still added as it is useful for project management (currently mostly regenerating ctags files).
2020-06-11Replace fzf with matching counsel commands in EmacsAdrian Kummerlaender
2020-06-11Setup automatic tag updating in EmacsAdrian Kummerlaender
Sadly counsel-etags did not find universal-ctags in my PATH so some custom setup in Nix home-manager was required.