summaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/.emacs-config.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/.emacs-config.org')
-rw-r--r--emacs/.emacs.d/.emacs-config.org32
1 files changed, 8 insertions, 24 deletions
diff --git a/emacs/.emacs.d/.emacs-config.org b/emacs/.emacs.d/.emacs-config.org
index 64f4bc0..f69a84a 100644
--- a/emacs/.emacs.d/.emacs-config.org
+++ b/emacs/.emacs.d/.emacs-config.org
@@ -216,28 +216,6 @@ https://git.sr.ht/~w96k/dotfiles/tree/master/item/emacs
)
#+end_src
-* Инициализация
-Следующие блоки кода выводят в файл early-init.el
-** Компиляция
-JIT компиляция elisp кода в машинный
-#+begin_src elisp :tangle nil
- (when (eq window-system 'pgtk)
- (pgtk-use-im-context t))
-
- (when (fboundp 'native-compile-async)
- (setq comp-async-compilation t
- package-native-compile t
-
- native-comp-speed 2
- native-comp-async-jobs-number 1
- comp-num-cpus 2
- ;; JIT Compilation
- native-comp-deferred-compilation t
- ;; AOT Compilation
- package-native-compile t
- comp-async-report-warnings-errors nil))
-#+end_src
-
*** Ручная компиляция
#+begin_src elisp :tangle nil :results nil
;; (native-compile-async "~/.emacs.d/elpa/" 'recursively)
@@ -437,7 +415,7 @@ JIT компиляция elisp кода в машинный
Базовые функции для манипулирования конфигом в дальнейшем, чтобы не
приходилось танглить вручную.
#+BEGIN_SRC emacs-lisp :tangle init.el
- (setq config-dotfiles-path "~/projects/dotfiles/emacs/.emacs.d/"
+ (setq config-dotfiles-path "/home/w96k/projects/dotfiles/emacs/.emacs.d/"
config-path "~/.emacs.d/"
config-name ".emacs-config.org")
@@ -1195,7 +1173,7 @@ The main way to interact with SQL is using org-mode
(setq org-todo-keywords
(quote ((sequence "TODO(t)"
- "MIGRATE(m)" "|"
+ "MIGRATE(m)"
"IN PROGRESS(p)"
"DONE(d)")
(sequence "BLOCKED(w@/!)"
@@ -1310,6 +1288,12 @@ The main way to interact with SQL is using org-mode
mastodon-instance-url "https://fosstodon.org/"))
#+end_src
+** LLM
+#+begin_src emacs-lisp
+
+#+end_src
+
+
* Наука
* Разное