Fixed rofi-config, added simpleclip to emacs, added workspace 0 for i3
This commit is contained in:
@@ -100,7 +100,10 @@
|
||||
:config
|
||||
(setq TeX-parse-self t)
|
||||
(setq-default TeX-master nil)
|
||||
(setq TeX-PDF-mode t))
|
||||
(setq TeX-PDF-mode t)
|
||||
(add-to-list 'TeX-view-program-list '(("Zathura" "zathura %o")))
|
||||
(add-to-list 'TeX-view-program-selection '((output-pdf "Zathura")))
|
||||
)
|
||||
#+end_src
|
||||
|
||||
*** [[https://github.com/yjwen/org-reveal][ox-reveal]]
|
||||
@@ -203,6 +206,19 @@
|
||||
#+begin_src emacs-lisp
|
||||
(use-package ein)
|
||||
#+end_src
|
||||
|
||||
*** [[https://github.com/astahlman/ob-async][ob-async]]
|
||||
#+begin_src emacs-lisp
|
||||
(use-package ob-async)
|
||||
#+end_src
|
||||
*** [[https://github.com/rolandwalker/simpleclip][simpleclip]]
|
||||
#+begin_src emacs-lisp
|
||||
(use-package simpleclip
|
||||
:config
|
||||
(simpleclip-mode 1))
|
||||
#+end_src
|
||||
|
||||
|
||||
* Appearance
|
||||
This section is for appearance customization. Either via packages or manually.
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
;; If there is more than one, they won't work right.
|
||||
'(auth-source-save-behavior nil)
|
||||
'(package-selected-packages
|
||||
'(flycheck-rust ansible yasnippet use-package theme-magic rainbow-mode rainbow-delimiters ox-twbs ox-reveal ox-hugo org-bullets no-littering moe-theme magit ivy-prescient htmlize god-mode go-mode flycheck evil-collection diminish counsel company auctex)))
|
||||
'(auctex-latexmk flycheck-rust ansible yasnippet use-package theme-magic rainbow-mode rainbow-delimiters ox-twbs ox-reveal ox-hugo org-bullets no-littering moe-theme magit ivy-prescient htmlize god-mode go-mode flycheck evil-collection diminish counsel company auctex)))
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
|
||||
12
emacs/.emacs.d/snippets/org-mode/reveal
Normal file
12
emacs/.emacs.d/snippets/org-mode/reveal
Normal file
@@ -0,0 +1,12 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: reveal
|
||||
# key: reveal
|
||||
# --
|
||||
#+TITLE: $1
|
||||
#+AUTHOR: Tuan-Dat Tran
|
||||
#+CREATOR: Tuan-Dat Tran
|
||||
#+EMAIL: tuan-dat.tran@stud.uni-due.de
|
||||
#+OPTIONS: ':t *:t -:t <:t \n:nil author:t creator:nil date:nil email:nil f:t num:nil tex:t title:t toc:t
|
||||
#+REVEAL_ROOT: https://cdn.jsdelivr.net/npm/reveal.js
|
||||
#+REVEAL_TITLE_SLIDE: <h2>%t</h2><br /><h3>%s</h3><br /> %a
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
# name: template
|
||||
# key: template
|
||||
# --
|
||||
#+TITLE: $0
|
||||
|
||||
#+TITLE: $1
|
||||
#+SETUPFILE: ~/Templates/Org-Mode/setupfile.org
|
||||
|
||||
$1
|
||||
$2
|
||||
Reference in New Issue
Block a user