Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-11 | Implement custom related file jumping logic in Emacs | Adrian 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-11 | Replace fzf with matching counsel commands in Emacs | Adrian Kummerlaender | |
2020-06-11 | Setup automatic tag updating in Emacs | Adrian Kummerlaender | |
Sadly counsel-etags did not find universal-ctags in my PATH so some custom setup in Nix home-manager was required. | |||
2020-06-11 | Add basic Org capture templates | Adrian Kummerlaender | |
2020-06-11 | Add Nix syntax highlighting to Emacs | Adrian Kummerlaender | |
2020-06-10 | Set central folder for Orgmode LaTeX preview images | Adrian Kummerlaender | |
This way the note folders are not polluted. | |||
2020-06-10 | Enable inline LaTeX previews in Orgmode | Adrian Kummerlaender | |
2020-06-09 | Fix sxiv config | Adrian Kummerlaender | |
2020-06-08 | Replace custom copyright comment hiding with HideShow mode | Adrian Kummerlaender | |
2020-06-08 | Rewrite some Evil bindings in a more pleasant style | Adrian Kummerlaender | |
2020-06-08 | Remove fancy C++ font lock package | Adrian Kummerlaender | |
Doesn't change much. In other news: Magit is nice. | |||
2020-06-08 | Reduce scroll lag on files with heavy fontification | Adrian Kummerlaender | |
2020-06-08 | Use narrowing to hide C-style copyright comments in Emacs | Adrian Kummerlaender | |
2020-06-08 | Further Emacs config tinkering | Adrian Kummerlaender | |
2020-06-07 | Further Emacs config tinkering | Adrian Kummerlaender | |
2020-06-07 | Add basic port of my custom colorscheme to Emacs | Adrian Kummerlaender | |
2020-06-07 | Enable git LFS | Adrian Kummerlaender | |
2020-06-04 | Add function for quickly adding deft links in emacs | Adrian Kummerlaender | |
2020-06-03 | Add org interleave mode | Adrian Kummerlaender | |
2020-06-03 | Explicitly depend on env for Jupyter tasks | Adrian 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-03 | Redisable unsupported system derivations | Adrian Kummerlaender | |
2020-06-03 | Taking another run at using Orgmode for note taking | Adrian Kummerlaender | |
2020-06-02 | Revert "Switch back to vim for note taking" | Adrian Kummerlaender | |
This reverts commit fdf74ed8fe1c494c49d0b0a61024ccfb04ca63b5. | |||
2020-05-19 | Change note scratchpad into a second drop down terminal | Adrian Kummerlaender | |
2020-04-23 | Use terminal vim for note scratchpad | Adrian 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-23 | Remove gnvim | Adrian Kummerlaender | |
Weird font scaling issues, crashes | |||
2020-04-23 | Add SciPy to Jupyterlab launcher | Adrian Kummerlaender | |
2020-04-22 | Restore password prompt to center float after update to 20.03 | Adrian Kummerlaender | |
2020-04-20 | Switch back to vim for note taking | Adrian Kummerlaender | |
More convenient than getting into Emacs just for this | |||
2020-02-29 | Add some evilorg bindings | Adrian Kummerlaender | |
2020-02-29 | Add rofi selector for pass | Adrian Kummerlaender | |
2020-02-25 | Add Emacs scratchpad to XMonad | Adrian Kummerlaender | |
2020-02-25 | Add basic Emacs config | Adrian Kummerlaender | |
2020-02-23 | Add basic Emacs+Evil+Orgmode config | Adrian Kummerlaender | |
2020-02-19 | Add flag for inheriting shell to nix-shell alias | Adrian Kummerlaender | |
2020-02-18 | Export tasker commands to environment | Adrian Kummerlaender | |
2020-02-18 | Fix jupyterWith revision | Adrian Kummerlaender | |
2020-02-18 | Replace lorri with custom persistent-nix-shell | Adrian Kummerlaender | |
Lorri has shown itself to be rather unstable for my particular use case: * It is unclear when derivations are actually rebuilt * Polling did not seem consistent, i.e. I had to issue manual `ping_` calls * I do not want to issue manual `lorri watch` calls to fix this * It sporadically started building GC roots without any clear reason for doing so In the end all I really want is a way to prevent nix-shells from being garbage-collected. In this scenario using lorri is overkill. `persistent-nix-shell` is a simple wrapper around `nix-shell` that adds GC roots prior to entering the environment. | |||
2020-02-18 | Increase HUD size in XMonad | Adrian Kummerlaender | |
2020-01-22 | Add multihop ssh config | Adrian Kummerlaender | |
2020-01-17 | Turn down direnv verbosity | Adrian Kummerlaender | |
Without this flag terminal output is spammed with various environment messages. | |||
2020-01-17 | Implement Jupyter Lab type in Tasker module | Adrian Kummerlaender | |
Allows for convenient creation of shortcuts to Jupyter Lab sessions. As a bonus they are wrapped in Chromium App View instances and automatically terminated when required. | |||
2020-01-14 | Setup lorri | Adrian Kummerlaender | |
2020-01-07 | Add zotero | Adrian Kummerlaender | |
2019-12-09 | Alias `cat` to `bat` | Adrian Kummerlaender | |
2019-12-09 | Add gthumb to set of default file viewers | Adrian Kummerlaender | |
2019-11-08 | Add some new XMonad layouts and keybindings | Adrian Kummerlaender | |
2019-11-06 | Add majestix ssh alias | Adrian Kummerlaender | |
2019-10-25 | Add `bat` as a nice cli file viewer | Adrian Kummerlaender | |
2019-10-24 | Pull in GNvim from unstable | Adrian Kummerlaender | |