Update configuration
This commit is contained in:
parent
f0a9de88e5
commit
67a807846c
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
\#*\#
|
||||
*.elc
|
||||
elpa\
|
||||
BIN
elisp/init-eglot.elc
Normal file
BIN
elisp/init-eglot.elc
Normal file
Binary file not shown.
@ -42,6 +42,10 @@
|
||||
:config
|
||||
(direnv-mode))
|
||||
|
||||
(global-set-key (kbd "C-y") (lambda (n)
|
||||
(interactive "p")
|
||||
(dotimes (i (abs n)) (yank))))
|
||||
|
||||
;; SudoEditPac
|
||||
(use-package sudo-edit
|
||||
:commands (sudo-edit))
|
||||
|
||||
7
snippets/org-mode/Intemo-org-Latex-header
Normal file
7
snippets/org-mode/Intemo-org-Latex-header
Normal file
@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: Intemo org Latex header
|
||||
# key: <intemo-latex
|
||||
# --
|
||||
#+LATEX_CLASS: article
|
||||
#+LATEX_HEADER: \usepackage{intemo-generic}
|
||||
#+options: ':nil *:t -:t ::t <:t H:3 \n:nil ^:nil arch:headline toc:nil
|
||||
Loading…
Reference in New Issue
Block a user