Commit Graph

39 Commits

Author SHA1 Message Date
d2ae0e1bf5
Show minor modes in mode-line again
Seeing active minor modes directly might be informative.  Try to reduce
the list of shown minor modes to only interesting ones using the (still
existing) diminish configuration.  Remove now obsolete configuration of
the minions package.
2024-12-30 10:34:16 +01:00
99a938cad3
Let Git ignore persistent variables
The values persisted here seem to be irrelevant across Emacs
installations, so there is no need to track those.  It also does not
seem to officially customize the location that persist.el uses for
persisting variables: the variable that stores the directory path is
called `persist--directory-location`, indicating a private variable.
2024-11-01 18:19:12 +01:00
3211acd21b
Extending lsp-mode configuration
Based on input from
https://andreyor.st/posts/2023-09-09-migrating-from-lsp-mode-to-eglot.
No configuration yet for eglot, though.
2023-12-27 21:45:41 +01:00
435a9f52a9
Ignore further user data files in main .emacs.d directory
Files of the `transient` package are now kept under `private/`.
2023-10-05 10:26:51 +02:00
975c2869ea
Move some user-specific data to private/ and clean up .gitignore
There may be more data to be moved to private/, but for now it's enough like
this – I think.
2023-10-01 18:00:39 +02:00
cb66fb4976
Move smex save file to private directory 2023-10-01 17:41:09 +02:00
5caa7227f0
Do not include a local copy of use-package anymore
This requires Emacs 29.1 and later.
2023-10-01 17:09:27 +02:00
548ba2c61b
Ignore native compile cache 2022-10-13 20:26:45 +02:00
393a683db4
Ignore session.* files
Seem to come with Emacs 28.2?
2022-10-09 09:56:46 +02:00
380c102dcc
Save undo-tree history to disk
But use the standard ebackup directory for this.
2022-04-30 15:13:18 +02:00
726f3c1934
Ignore undo tree backup files
Seem to be new with the recent update of undo-tree.
2022-04-29 09:06:58 +02:00
dc8a028742
Use pyright as language server when lsp-pyright is available
Also ignore the .cache directory, as that's the one `lsp-pyright' is installing
it's local copy of `pyright` into.
2021-07-22 20:27:20 +02:00
9ac3640159
Replace eglot with lsp-mode as LSP backend
`lsp-mode` claims to be non-blocking and is equally easy to set up, so let's
give it a try.
2021-04-22 12:01:44 +02:00
0946628681
Ignore local project cache 2021-03-20 11:52:05 +01:00
26a22fe551
Ignore temporary flycheck files
Not that we accidentally add them to the repository.
2020-12-06 08:55:08 +01:00
6fa623d9d7
Add simple makefile target to start a sandbox version of Emacs
This starts emacs in the local copy of the .emacs.d directory we are currently
in, by creating a new `sandbox` directory as home directory, linking the current
directory as `.emacs.d` into there, and starting emacs.
2020-11-21 11:47:52 +01:00
2791b837d2
Do not track the dired history in git 2020-08-27 11:53:18 +02:00
839420a0ee
Ignore runtime files from transient package 2020-08-12 21:58:23 +02:00
7b5648730b
Ignore locally created virtual Python enviroments 2020-07-11 21:06:49 +02:00
fe391b642a
Update things from elpa to keep in this repository 2019-12-21 19:10:18 +01:00
42ef36f836
Pin essential packages to melpa-stable 2019-12-21 18:52:50 +01:00
11146c3a9b
[Misc] Add explicit dependency to elpy 2019-10-03 14:50:31 +02:00
00eb2ba792
Ignore private even if it's a file 2019-09-08 09:53:52 +02:00
2cffce5664
[ELPA] Update 2019-04-12 11:10:59 +02:00
d1d87c1256
[Misc] Update .gitignore 2019-03-31 19:05:28 +02:00
fa2fc56a0a
[Timeline] Add some first tests 2019-02-16 14:06:25 +01:00
51d58a7107
[Misc] Save bookmarks in private repository 2019-01-25 20:45:22 +01:00
2ff15f9f34
[Misc] Update .gitignore 2018-12-23 15:21:55 +01:00
cf4a07d8d6
[Utils] Use ‘helm-eww’ when available to list eww-bookmarks 2018-07-14 12:07:01 +02:00
ec759a49fb
[Private] Remove from repository
No need to track it here, even the approach to have a single repository for
different instances of Emacs is questionable.
2018-07-06 19:41:34 +02:00
02a182a679
[Misc] Update .gitignore 2018-02-22 16:29:31 +01:00
8f53db91f6
[Misc] Update .gitignore 2017-10-02 18:13:44 +02:00
2bbd1c7878
[Misc] Update .gitignore 2017-09-15 17:47:21 +02:00
2e9ecd7844
[Misc] Update .gitignore 2017-09-15 17:46:21 +02:00
e03d04a213
[Misc] Ignore custom.el
Forgot this.
2017-09-14 19:38:19 +02:00
4daeaba40c
[ELPA] Some more packages 2017-09-12 21:23:27 +02:00
60905453ef
[ELPA] Adding some essential packages 2017-09-12 21:17:37 +02:00
7bf4461fe3
[Misc] Don’t track bookmarks anymore 2017-07-18 14:35:01 +02:00
2ecb388724
Initial commit 2017-07-16 18:07:00 +02:00