Merge branch 'main' of git.sr.ht:~marcuskammer/emacs.d
This commit is contained in:
commit
22b09499d1
2 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
(use-package org
|
(use-package org
|
||||||
:ensure nil
|
:ensure nil
|
||||||
:hook ((org-mode . turn-on-auto-fill)
|
:hook ((org-mode . turn-on-auto-fill)
|
||||||
(org-mode . abbrev-mode))
|
(org-mode . abbrev-mode)
|
||||||
|
(org-mode . flyspell-mode))
|
||||||
:init (org-clock-persistence-insinuate)
|
:init (org-clock-persistence-insinuate)
|
||||||
:bind
|
:bind
|
||||||
(("C-c l" . org-store-link)
|
(("C-c l" . org-store-link)
|
||||||
|
|
|
@ -75,7 +75,10 @@
|
||||||
'(ring-bell-function 'ignore)
|
'(ring-bell-function 'ignore)
|
||||||
'(scroll-bar-mode nil)
|
'(scroll-bar-mode nil)
|
||||||
'(scroll-step 5)
|
'(scroll-step 5)
|
||||||
'(sql-sqlite-program "c:/msys64/ucrt64/bin/sqlite3.exe")
|
'(sql-mysql-options '("-C" "-t" "-f" "-n"))
|
||||||
|
'(sql-mysql-program "c:/Program Files/MariaDB 10.11/bin/mysql")
|
||||||
|
'(sql-sqlite-program
|
||||||
|
"~/AppData/Local/Programs/sqlite-tools-win32-x86-3410200/sqlite3.exe")
|
||||||
'(subed-mpv-executable "c:/AppData/Local/Programs/mpv/mpv.exe")
|
'(subed-mpv-executable "c:/AppData/Local/Programs/mpv/mpv.exe")
|
||||||
'(tab-bar-mode nil)
|
'(tab-bar-mode nil)
|
||||||
'(tetris-x-colors
|
'(tetris-x-colors
|
||||||
|
|
Loading…
Add table
Reference in a new issue