-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinit.el
55 lines (51 loc) · 926 Bytes
/
init.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
;;; dot-emacs configuration
;; Copyright (C) 2024 Yc.S
;; Author: Yc.S <[email protected]>
;; Keywords: emacs configuration
(let ((default-directory (file-name-directory (or load-file-name (buffer-file-name)))))
(load-file "setup/boot.el"))
(dot-emacs:boot
;; Emacs setups
:emacs/proxy
:emacs/package
:emacs/default
:emacs/theme
:emacs/tabs
:emacs/fwb
:emacs/linum
:emacs/project
:emacs/shell
:emacs/calendar
:emacs/keymap
;; Application setups
:app/helm
:app/gnuplot
:app/git
:app/org
:app/irc
:app/tramp
:app/docker
;; Language setups
:lang/common
:lang/csharp
:lang/java
:lang/haskell
:lang/python
:lang/markup
:lang/markdown
:lang/nix
:lang/c++
:lang/r
:lang/rust
:lang/typescript
:lang/lisp
:lang/kotlin
:lang/sql
:lang/bazel ; for starlark
:lang/wgsl
)
;; (require 'setup/flim)
;; (require 'tab-display)
;; (require 'weekly-view)
;; (require 'cups-dif)
;; (require 'doxymacs)