Commit Graph

28 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
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
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
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
0e7d8c7604 Correct emacs init path 2023-06-09 22:34:39 +02:00
b5b742109e Update the emacs modules path 2023-06-09 22:21:06 +02:00
972b469c1b Move emacs into a module 2023-06-09 22:15:58 +02:00