Org Fixes
This commit is contained in:
9
init.el
9
init.el
@@ -113,6 +113,11 @@
|
||||
|
||||
; Python
|
||||
(use-package company-jedi)
|
||||
(defun my/python-mode-hook ()
|
||||
(add-to-list 'company-backends 'company-jedi))
|
||||
|
||||
(add-hook 'python-mode-hook 'my/python-mode-hook)
|
||||
|
||||
; C related
|
||||
(use-package company-ctags)
|
||||
(use-package company-c-headers)
|
||||
@@ -135,6 +140,7 @@
|
||||
(use-package org-contrib)
|
||||
(use-package org
|
||||
:config
|
||||
(require 'org-ref)
|
||||
(require 'org-tempo)
|
||||
(tempo-define-template
|
||||
"Lab Template" '("#+TITLE: PHY324: LAB TITLE"n
|
||||
@@ -190,7 +196,8 @@
|
||||
org-ref-default-bibliography '("~/Documents/Bibliography/references.bib")
|
||||
org-ref-pdf-directory "~/Documents/Bibliography/bibtex-pdfs/")
|
||||
)
|
||||
|
||||
(use-package ox-pandoc
|
||||
:after org)
|
||||
; PDF preview etc.
|
||||
(use-package pdf-tools)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user