Changeset a198d42 in dotfiles


Ignore:
Timestamp:
Oct 27, 2022, 4:50:52 PM (2 years ago)
Author:
w96k <w96k@…>
Branches:
master
Children:
313ec50
Parents:
b08cfaa
Message:

Add org-sql

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emacs/.emacs.d/.emacs-config.org

    rb08cfaa ra198d42  
    12421242#+END_SRC
    12431243
     1244The main way to interact with SQL is using org-mode
     1245#+begin_src emacs-lisp
     1246  (when (package-loaded? "org-sql")
     1247    (setq org-sql-files "~/projects/profile24/org"))
     1248#+end_src
     1249
     1250
    12441251** Веб шаблоны
    12451252*** Web-mode
     
    12791286     (screen . nil)
    12801287     (shell . t)
    1281      (sql . nil)
    1282      (sqlite . nil)))
     1288     (sql . t)
     1289     (sqlite . t)))
    12831290
    12841291  (global-set-key (kbd "C-c l") 'org-store-link)
Note: See TracChangeset for help on using the changeset viewer.