Commit Graph

56 Commits

Author SHA1 Message Date
Andreas Zweili
831e65ddb1 Make tramp work correctly with a NixOS VM
The VM is running on a Windows host and I connect from a WSL1 environment to
it. For some reason this required these changes even though I can connect
perfectly fine from my NixOS notebook to other NixOS based systems.
2023-08-24 12:12:13 +02:00
Andreas Zweili
b775f32429 Disable colour in projectile-fd
It breaks the output when using project-find-file over tramp.
Related SO posts:
- https://stackoverflow.com/questions/6954479/emacs-tramp-doesnt-work
- https://stackoverflow.com/questions/44241820/emacs-tramp-ssh-fails
2023-08-23 17:06:20 +02:00
Andreas Zweili
ad2323b543 Allow magit to save buffers 2023-08-04 12:40:24 +02:00
Andreas Zweili
f845e36f5c Open project specific shell with F2 2023-08-04 11:58:11 +02:00
Andreas Zweili
c9e2b01828 Disable git safe directory check 2023-08-02 14:20:25 +02:00
Andreas Zweili
14950aaa85 Remove the ansible package from Emacs
It should use the version we provide with the repo.
2023-08-02 11:33:36 +02:00
Andreas Zweili
a1d5fd3af2 Move nodejs away from the Emacs module
The nodejs version from Nixpkgs doesn't work with WSL1
2023-08-02 11:12:17 +02:00
568c89b95b Remove zetteldeft from Emacs 2023-08-01 18:30:13 +02:00
617a1c9b3f Remove the spaces from the denote frontmatter
Otherwise the notes get reformatted every time by prettier.
2023-08-01 11:13:15 +02:00
02a9d23130 Correct keybinding for denote
C-c C-n is already used by markdown mode
2023-07-23 23:07:04 +02:00
6f20d591d7 Use correct function for denote 2023-07-23 22:58:14 +02:00
5d02b4275c Actually enable the denote module 2023-07-23 22:49:23 +02:00
5c194c49dd Fix autoloading emacs packages 2023-07-23 22:49:09 +02:00
e76959e0d0 Make denote links clickable 2023-07-23 22:35:09 +02:00
64c54579f8 Exclude the archive 2023-07-23 22:27:14 +02:00
afe6bbf5cd Rename denote buffers 2023-07-23 22:26:03 +02:00
0e657ed65d Add function to create a note from a region 2023-07-23 22:24:58 +02:00
984746ef5c Use ripgrep if possible with emacs 2023-07-23 22:16:05 +02:00
a374a792ec Change keybindings for denote 2023-07-22 14:23:22 +02:00
Andreas Zweili
2abd73c0cf Add keybindings for denote 2023-07-21 16:10:11 +02:00
feb248f602 Move tmux to home-manager 2023-07-20 21:00:28 +02:00
Andreas Zweili
8821d24b93 Add denote 2023-07-18 19:09:13 +02:00
e2e7208dba Enable various options 2023-07-17 21:58:53 +02:00
a4e88ff3ce Magit auto save buffers 2023-07-17 21:58:36 +02:00
a749e8d224 Enable dired-auto-revert-buffer 2023-07-17 21:58:17 +02:00
Andreas Zweili
33e22004b0 Disable flake8 2023-07-07 17:04:24 +02:00
Andreas Zweili
7c8d4e748e Disable pycodestyle
pylint already displayes the same information.
2023-07-04 11:43:05 +02:00
f35f320719 Move xclip to the correct section 2023-07-01 13:43:31 +02:00
Andreas Zweili
cf30bc9c03 Add flag to keeweb
Otherwise it doesn't start in Virtualbox
2023-06-28 09:06:39 +02:00
35b9bd3fde Remove python packages from system
I should define these in flakes or shell.nix
2023-06-25 13:40:41 +02:00
c0e1493cba Add an additional git config for work 2023-06-25 12:58:32 +02:00
10ee66b957 Replace nil with nixd 2023-06-21 21:14:55 +02:00
636c6d6350 Add some performance improvements for language server 2023-06-21 21:14:32 +02:00
b44cbae842 Move the lsp hook to the python mode 2023-06-21 21:14:12 +02:00
e134799a3a Unify the desktop configs 2023-06-12 12:45:53 +02:00
078558bbf6 Move yt-dlp into a module 2023-06-12 11:40:51 +02:00
d53cdfbd95 Move work work-desktop into a module 2023-06-12 11:35:37 +02:00
6c8f124ba3 Move vagrant-wsl into a module 2023-06-12 11:29:18 +02:00
f0d1364dac Move telegram into a module 2023-06-12 11:26:47 +02:00
a7f9ff70b6 Move ssh into a module 2023-06-12 11:09:48 +02:00
230d08a876 Move Signal into a module 2023-06-12 11:06:33 +02:00
aa79ecd82a Move rapid-photo-downloader into a module 2023-06-12 11:00:08 +02:00
a248adce22 Move MPV into a module 2023-06-12 10:38:17 +02:00
e1fcbbcccf Move keeweb into a module 2023-06-12 10:26:47 +02:00
2a62e078cc Move git into a module 2023-06-12 10:10:38 +02:00
b392b42762 Make Emacs the default for plaintext files 2023-06-12 09:42:59 +02:00
ea5ca4f856 Move evince into a module 2023-06-12 09:29:04 +02:00
c25d2f5dd5 Move nodejs to the Emacs module
It's used in the editor not to run ansible.
2023-06-09 22:38:28 +02:00
0e7d8c7604 Correct emacs init path 2023-06-09 22:34:39 +02:00
92700bb90f Correct emacs packages 2023-06-09 22:34:25 +02:00