aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-22Setup direnv to use nix-shell envs from EmacsAdrian Kummerlaender
2020-06-22Add binding for tags counsel to EmacsAdrian Kummerlaender
2020-06-22Fix for upstream change to emacs daemon serviceAdrian Kummerlaender
My emacs config is currently impure as it implicitly depends on the user environment.
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 missing icon font for EmacsAdrian Kummerlaender
2020-06-16Add minor mode display to modelineAdrian Kummerlaender
2020-06-16Use emacs-provided line number displayAdrian Kummerlaender
2020-06-14Add Xmonad layout refresh shortcutAdrian 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.
2020-06-11Add basic Org capture templatesAdrian Kummerlaender
2020-06-11Add Nix syntax highlighting to EmacsAdrian Kummerlaender
2020-06-10Set central folder for Orgmode LaTeX preview imagesAdrian Kummerlaender
This way the note folders are not polluted.
2020-06-10Enable inline LaTeX previews in OrgmodeAdrian Kummerlaender
2020-06-09Fix sxiv configAdrian Kummerlaender
2020-06-08Replace custom copyright comment hiding with HideShow modeAdrian Kummerlaender
2020-06-08Rewrite some Evil bindings in a more pleasant styleAdrian Kummerlaender
2020-06-08Remove fancy C++ font lock packageAdrian Kummerlaender
Doesn't change much. In other news: Magit is nice.
2020-06-08Reduce scroll lag on files with heavy fontificationAdrian Kummerlaender
2020-06-08Use narrowing to hide C-style copyright comments in EmacsAdrian Kummerlaender
2020-06-08Further Emacs config tinkeringAdrian Kummerlaender
2020-06-07Further Emacs config tinkeringAdrian Kummerlaender
2020-06-07Add basic port of my custom colorscheme to EmacsAdrian Kummerlaender
2020-06-07Enable git LFSAdrian Kummerlaender
2020-06-04Add function for quickly adding deft links in emacsAdrian Kummerlaender
2020-06-03Add org interleave modeAdrian Kummerlaender
2020-06-03Explicitly depend on env for Jupyter tasksAdrian Kummerlaender
This way the Jupyter environment is built during home instantiation and not only when actually calling the launcher script. This solves various GC and network availability related issues for this task type.
2020-06-03Redisable unsupported system derivationsAdrian Kummerlaender
2020-06-03Taking another run at using Orgmode for note takingAdrian Kummerlaender
2020-06-02Revert "Switch back to vim for note taking"Adrian Kummerlaender
This reverts commit fdf74ed8fe1c494c49d0b0a61024ccfb04ca63b5.
2020-05-19Change note scratchpad into a second drop down terminalAdrian Kummerlaender
2020-04-23Use terminal vim for note scratchpadAdrian Kummerlaender
Setting the WM_CLASS in neovim-qt happens too late for XMonad to corretly place the scratchpad window. As for this usecase the difference between neovim-qt and plain neovim in kitty do not matter this is the simplest solution.
2020-04-23Remove gnvimAdrian Kummerlaender
Weird font scaling issues, crashes
2020-04-23Add SciPy to Jupyterlab launcherAdrian Kummerlaender
2020-04-22Restore password prompt to center float after update to 20.03Adrian Kummerlaender
2020-04-20Switch back to vim for note takingAdrian Kummerlaender
More convenient than getting into Emacs just for this
2020-02-29Add some evilorg bindingsAdrian Kummerlaender
2020-02-29Add rofi selector for passAdrian Kummerlaender
2020-02-25Add Emacs scratchpad to XMonadAdrian Kummerlaender
2020-02-25Add basic Emacs configAdrian Kummerlaender
2020-02-23Add basic Emacs+Evil+Orgmode configAdrian Kummerlaender
2020-02-19Add flag for inheriting shell to nix-shell aliasAdrian Kummerlaender
2020-02-18Export tasker commands to environmentAdrian Kummerlaender