Commit Graph

644 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet 08c152d1f7
[Emacs] add org-roam configuration
continuous-integration/drone/push Build is failing Details
2023-06-17 13:59:10 +02:00
Lucien Cartier-Tilet 7b0833252a
[Emacs] enable iCalendar integration of mu4e 2023-06-15 14:20:34 +02:00
Lucien Cartier-Tilet a4766fec55
[Emacs] add major mode for Tmux config file
continuous-integration/drone/push Build is passing Details
2023-06-02 16:54:41 +02:00
Lucien Cartier-Tilet 6efe53acad
[Emacs] Update shell output of zig LSP server install 2023-05-28 16:34:05 +02:00
Lucien Cartier-Tilet 670fbe1380
[Emacs] Add calendar configuration 2023-05-28 16:34:05 +02:00
Lucien Cartier-Tilet 88972553e6
[Emacs] Workaround for elfeed-org not loading properly
Not a really clean fix, but, eh...
2023-05-18 22:46:46 +02:00
Lucien Cartier-Tilet 1cb1b64f59
[Emacs] Remove org project for my conlanging website
continuous-integration/drone/push Build is passing Details
I no longer use org-publish to publish conlangs.phundrak.com, so this
config can go.
2023-05-14 13:50:31 +02:00
Lucien Cartier-Tilet cf2b55878a
[Emacs] Add documentation for ox-gemini 2023-05-14 13:50:19 +02:00
Lucien Cartier-Tilet f2f5db5cfc
[Emacs] Switch to my own fork of ox-gemini
continuous-integration/drone/push Build is passing Details
2023-05-14 13:18:37 +02:00
Lucien Cartier-Tilet a021fed2d5
[Emacs] Better keybinds for mastodon.el 2023-05-14 13:18:27 +02:00
Lucien Cartier-Tilet bbd13e4072
[Emacs] Widen two elfeed columns 2023-05-14 13:18:13 +02:00
Lucien Cartier-Tilet 1e09261192
[Emacs] For some reason, I cannot install eask packages anymore
continuous-integration/drone/push Build is passing Details
2023-04-20 23:01:21 +02:00
Lucien Cartier-Tilet 13e4332af2
[Emacs] Workaround for mu4e 1.10, waiting for evil-collection 2023-04-20 23:00:10 +02:00
Lucien Cartier-Tilet f9401e0b12
[Emacs] Remove mastodon-alt, update and fix some mastodon keybinds 2023-04-20 22:59:28 +02:00
Lucien Cartier-Tilet d6b802f059
[Emacs] add :package specification on some keybinds 2023-04-12 15:09:49 +02:00
Lucien Cartier-Tilet 511d0f8f38
[Emacs] Make smartparens a git package 2023-04-12 14:01:29 +02:00
Lucien Cartier-Tilet 627de377b4
[Emacs] update mastodon instance
continuous-integration/drone/push Build is passing Details
I switched from @phundrak@fosstodon.org to @phundrak@emacs.ch
2023-03-31 09:37:55 +02:00
Lucien Cartier-Tilet a3232ccfd9
[Emacs] Load lsp-ltex after lsp-mode 2023-03-27 10:01:37 +02:00
Lucien Cartier-Tilet b4c419d852
[Emacs] Make Magit use authinfo to authenticate through HTTPS 2023-03-27 10:00:52 +02:00
Lucien Cartier-Tilet 20e89e938f
[Emacs] fix eshell-banner-config configuration 2023-03-27 10:00:34 +02:00
Lucien Cartier-Tilet 97c74e22c0
[Emacs] Add lsp-ltex, add doc for writegood-mode 2023-03-20 17:19:31 +01:00
Lucien Cartier-Tilet 696c7cff3e
[Emacs] Simpler self-screenshot function 2023-03-20 17:19:15 +01:00
Lucien Cartier-Tilet 81cd095d08
[org files] Grammar 2023-03-20 17:17:57 +01:00
Lucien Cartier-Tilet 70f7fae3af
[Emacs] Better variable customization in eshell-info-banner config 2023-03-14 11:12:30 +01:00
Lucien Cartier-Tilet 04117fb5a9
[Emacs] Nicer faces for eshell-info-banner with my current theme 2023-03-14 11:02:29 +01:00
Lucien Cartier-Tilet daca7f41ff
[Emacs] Fix org-file export for CI
On older org-mode versions, org lists are lists of lists of only one
element, so that

    - a
    - b
    - c

translates as

    (("a") ("b") ("c"))

But in more recent versions, the same list translates as

    ("a" "b" "c")

This commit handles both situations, as my local Emacs version follows
the latter behaviour but the Emacs version available in my CI workflow
follows the former behaviour.
2023-03-11 18:57:32 +01:00
Lucien Cartier-Tilet a389169420
[Emacs] Fix code-generating Elisp 2023-03-10 23:30:45 +01:00
Lucien Cartier-Tilet f6772efd86
[Emacs] Add global keybinds for compile and recompile 2023-03-10 15:34:19 +01:00
Lucien Cartier-Tilet b4d27af37a
[Emacs] Remove directory from ivy-quick-find-files lookup places 2023-03-10 15:33:41 +01:00
Lucien Cartier-Tilet 5918d9d756
[Emacs] Remove some prettified symbols 2023-03-10 15:33:20 +01:00
Lucien Cartier-Tilet a1fbe5d2f8
[Emacs] Cleaner elisp-mode configuration 2023-03-10 15:32:55 +01:00
Lucien Cartier-Tilet aeefc83ac6
[Emacs] Add sdlang-mode for Zellij configuration 2023-03-10 15:32:32 +01:00
Lucien Cartier-Tilet a226f325d3
[Emacs] Better dap-mode config, better documentation 2023-03-10 15:32:10 +01:00
Lucien Cartier-Tilet 0e4c6c6c4b
[Emacs] Simplify lsp-treemacs config, replace obsolete command 2023-03-10 15:30:17 +01:00
Lucien Cartier-Tilet b810990611
[Emacs] Remove unused package 2023-03-10 15:29:39 +01:00
Lucien Cartier-Tilet d7caf48eb9
[Emacs] Switch from tree-sitter to built-in treesit 2023-03-10 15:28:36 +01:00
Lucien Cartier-Tilet 3d3dcc6123
[Emacs] Add Java configuration 2023-03-10 15:27:50 +01:00
Lucien Cartier-Tilet ff6365ba8c
[Emacs] typo 2023-03-10 15:26:51 +01:00
Lucien Cartier-Tilet bc03b083ef
[Emacs] Greatly simplify org conlang project
It's now a much simpler process to publish since I use Vuepress.
2023-03-10 15:25:19 +01:00
Lucien Cartier-Tilet d9f20bc035
[Emacs] Remove autosuggestion in Eshell 2023-03-10 15:24:18 +01:00
Lucien Cartier-Tilet 66c6ec5071
[Emacs] Fix compilation buffer colorization 2023-03-10 15:23:39 +01:00
Lucien Cartier-Tilet 46fc2b62d2
[Emacs] PDF preview in Dirvish without opening PDF files 2023-03-10 15:22:55 +01:00
Lucien Cartier-Tilet 07b888da3b
[Emacs] Add keybind for magit-log 2023-03-10 15:22:30 +01:00
Lucien Cartier-Tilet c9c8832054
[Emacs] Replace linguistics mu4e bookmark with internship
I haven’t been a subscriber of some linguistics-related mailinglists
for quite some time since I began reading them through Gnus, so that
bookmark is now useless.

However, I will very soon begin my internship, so I need a bookmark
for it.
2023-02-05 23:05:09 +01:00
Lucien Cartier-Tilet edb534baa1
[Emacs] Remove solidity-mode, no longer needed
continuous-integration/drone/push Build is passing Details
2023-01-31 15:44:03 +01:00
Lucien Cartier-Tilet 85e212d1f9
[Emacs] Better LSP performances 2023-01-31 15:43:48 +01:00
Lucien Cartier-Tilet 5b31a3fab8
[Emacs] Some more documentation
continuous-integration/drone/push Build is passing Details
2023-01-23 12:31:43 +01:00
Lucien Cartier-Tilet 5f7166b01e
[Emacs] Better name for org project 2023-01-23 12:31:43 +01:00
Lucien Cartier-Tilet 50f5cc94d0
[Emacs] Darken foreground of tab-bar face 2023-01-23 12:31:43 +01:00
Lucien Cartier-Tilet 54d6b097e4
[Emacs] Better keybinds for LSP in major-modes 2023-01-23 12:31:43 +01:00