Changeset 254aa1d in dotfiles for emacs/.emacs.d/.emacs-config.org
- Timestamp:
- Aug 5, 2024, 6:53:43 AM (3 months ago)
- Branches:
- master
- Children:
- fe2941b
- Parents:
- 7bfb563
- git-author:
- Mikhail Kirillov <w96k@…> (08/05/24 06:33:27)
- git-committer:
- Mikhail Kirillov <w96k@…> (08/05/24 06:53:43)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
emacs/.emacs.d/.emacs-config.org
r7bfb563 r254aa1d 217 217 #+end_src 218 218 219 * Инициализация220 Следующие блоки кода выводят в файл early-init.el221 ** Компиляция222 JIT компиляция elisp кода в машинный223 #+begin_src elisp :tangle nil224 (when (eq window-system 'pgtk)225 (pgtk-use-im-context t))226 227 (when (fboundp 'native-compile-async)228 (setq comp-async-compilation t229 package-native-compile t230 231 native-comp-speed 2232 native-comp-async-jobs-number 1233 comp-num-cpus 2234 ;; JIT Compilation235 native-comp-deferred-compilation t236 ;; AOT Compilation237 package-native-compile t238 comp-async-report-warnings-errors nil))239 #+end_src240 241 219 *** Ручная компиляция 242 220 #+begin_src elisp :tangle nil :results nil … … 438 416 приходилось танглить вручную. 439 417 #+BEGIN_SRC emacs-lisp :tangle init.el 440 (setq config-dotfiles-path " ~/projects/dotfiles/emacs/.emacs.d/"418 (setq config-dotfiles-path "/home/w96k/projects/dotfiles/emacs/.emacs.d/" 441 419 config-path "~/.emacs.d/" 442 420 config-name ".emacs-config.org") … … 1196 1174 (setq org-todo-keywords 1197 1175 (quote ((sequence "TODO(t)" 1198 "MIGRATE(m)" "|"1176 "MIGRATE(m)" 1199 1177 "IN PROGRESS(p)" 1200 1178 "DONE(d)") … … 1310 1288 mastodon-instance-url "https://fosstodon.org/")) 1311 1289 #+end_src 1290 1291 ** LLM 1292 #+begin_src emacs-lisp 1293 1294 #+end_src 1295 1312 1296 1313 1297 * Наука
Note:
See TracChangeset
for help on using the changeset viewer.