9dc57c7c7e
term: remove eat
2025-03-22 16:52:52 +00:00
b083cb5629
fix(helm): helm-buffers to helm-buffers-list
2025-03-18 16:45:35 +00:00
93cc1f84b5
feat(ocaml): add tuareg for ocaml
2025-03-18 15:09:47 +00:00
0b261fd976
feat(base16): move to dracula
2025-03-18 03:05:13 +00:00
465da6e488
feat(flake, eat): remove flake-parts, add eat
2025-03-16 20:04:03 +00:00
3770d42434
feat(spacious-padding): init spacious-padding
2025-03-09 13:07:31 +00:00
c62eb02060
refactor(config): use :hook more than :config
2025-03-09 07:41:35 +00:00
4b6be377dd
feat(doom-modeline): replace mood-line with doom-modeline
2025-03-01 15:00:59 +00:00
b2882b175c
chore(vterm): add non-project vterm keybinding
2025-03-01 14:52:00 +00:00
86f5ab3d42
feat(vterm): add project-vterm binding
2025-02-26 01:34:59 +00:00
290ed2ea96
feat(packages): add some base packages
2025-02-25 20:34:43 +00:00
Artur Manuel
a4ae97d6da
refactor(flake): only use lib, reduce imports
2025-02-04 15:09:03 +00:00
Artur Manuel
322949b010
fix(package): add config.el to gitignore
2025-01-28 22:00:53 +00:00
Artur Manuel
7ced6ea336
fix(package): remove emacs directory
2025-01-28 21:59:52 +00:00
Artur Manuel
0c281f506d
refactor(packages): expose mkEmacs function
2025-01-28 16:27:51 +00:00
Artur Manuel
dd521cb170
feat(nord): change to nord theme
2025-01-28 16:06:14 +00:00
Artur Manuel
caf0481d74
feat: add back rose-pine
2024-11-24 21:12:13 +00:00
Artur Manuel
fc29618f45
feat: update flake; feat: use kanagawa
2024-11-23 21:03:41 +00:00
Artur Manuel
85106bba28
feat: use use-package hooks rather than initialisation hooks
2024-11-22 06:52:09 +00:00
Artur Manuel
ffac1651ac
fix: remove line numbers from org-mode
2024-11-21 15:12:57 +00:00
Artur Manuel
482e1451ac
feat: remove unnecessary package
2024-11-21 14:51:17 +00:00
Artur Manuel
19a529c102
feat: keybindings for eat
2024-11-21 14:49:00 +00:00
Artur Manuel
321b1ebab7
feat: add emacs eat
2024-11-20 07:09:55 +00:00
Artur Manuel
b849986134
fix: autolaunch helm
2024-11-19 09:21:37 +00:00
Artur Manuel
cc151121b9
fix: replace setq with :custom
2024-11-17 06:20:41 +00:00
Artur Manuel
8e9bf673e9
feat: add indenting levels for programming languages
2024-11-17 05:41:01 +00:00
Artur Manuel
8fcd1ddf8d
chore: remove all ensures
2024-11-15 17:45:19 +00:00
Artur Manuel
8556c72fb0
feat: use helm rather than consult and 100 other packages
2024-11-15 01:24:13 +00:00
Artur Manuel
16f34a9ac0
chore: move back to dark mode
2024-10-31 05:56:19 +00:00
Artur Manuel
498d63b672
chore: move to rose-pine-dawn
2024-10-30 02:45:43 +00:00
Artur Manuel
979345d5c5
chore: fix override typo
2024-10-30 02:21:03 +00:00
Artur Manuel
e659ffe39b
chore: add haskell
2024-10-29 16:08:05 +00:00
Artur Manuel
ba6a74607f
feat: add qml-ts-mode
2024-10-21 14:58:11 +01:00
Artur Manuel
b78ed122a7
feat: add rust-mode
2024-10-14 23:39:21 +01:00
Artur Manuel
5491e99ab5
feat: replace config setq with custom
...
they are basically equivalent and one actually loads properly
2024-10-09 21:10:27 +01:00
Artur Manuel
f9307bb5f5
docs: add back readme change i left in an orphan commit (oops)
2024-10-05 22:47:23 +01:00
Artur Manuel
0ca91a2999
chore: replace nix-ts-mode with nix-mode
2024-10-05 22:44:37 +01:00
Artur Manuel
aee63f155c
chore: add treesitter and nix syntax highlighting
2024-10-05 14:03:28 +01:00
Artur Manuel
ef0fb744f3
chore: M-d old org config
2024-10-04 21:45:18 +01:00
Artur Manuel
2aa6d7eacd
feat: out with the org, in with the el
2024-10-04 21:44:24 +01:00
amadaluzia
89aa420862
feat: config remake, done at school :^]
...
i will expand upon this real soon, trust
Signed-off-by: amadaluzia <balkenix@outlook.com>
2024-10-04 12:25:06 +00:00
Artur Manuel
5a4dafc01b
feat: add zig-mode
2024-09-24 04:56:51 +01:00
Artur Manuel
63f584846e
chore: change colour scheme to catppuccin
2024-09-22 15:04:36 +01:00
Artur Manuel
aa437986e7
chore: haskell lsp support
2024-09-19 00:40:05 +01:00
Artur Manuel
698247f95b
docs: clean up by adding too many newlines
2024-09-11 18:50:14 +01:00
Artur Manuel
c6aac780c4
docs: added screenshot
2024-09-11 18:47:47 +01:00
Artur Manuel
3e2de84a99
fix: just missed it
2024-09-11 18:43:37 +01:00
Artur Manuel
0a0f426b00
chore: rename "package" to "emacs"
2024-09-11 18:42:58 +01:00
Artur Manuel
95ef7816f0
feat: refactor emacs package declaring
...
this is a ton better because:
this makes the flake look cleaner
this means I can declare multiple packages in the flake
without repeating myself as much as i would have had to.
2024-09-09 16:34:39 +01:00
Artur Manuel
e0e44156e7
feat: add oxocarbon
2024-09-06 15:56:42 +01:00