Changeset 93c87eb in dotfiles
- Timestamp:
- Oct 27, 2022, 4:29:31 PM (2 years ago)
- Branches:
- master
- Children:
- b08cfaa
- Parents:
- 3a19ca7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
emacs/.emacs.d/.emacs-config.org
r3a19ca7 r93c87eb 1234 1234 * Языки декларирования 1235 1235 ** SQL 1236 Need to install lsp-server called sqls 1237 https://emacs-lsp.github.io/lsp-mode/page/lsp-sqls/ 1236 1238 #+BEGIN_SRC emacs-lisp :tangle init.el 1237 1239 ;; Empty for now (was using emacsql) 1240 (add-hook 'sql-mode-hook 'lsp) 1238 1241 #+END_SRC 1239 1242 … … 1382 1385 1383 1386 (setq org-directory "~/Documents" 1384 org-default-notes-file (concat org-directory "/ notes.org"))1387 org-default-notes-file (concat org-directory "/todo.org")) 1385 1388 #+end_src 1386 1389
Note:
See TracChangeset
for help on using the changeset viewer.