|  |  | @ -123,10 +123,12 @@ | 
			
		
	
		
			
				
					|  |  |  | :defer t | 
			
		
	
		
			
				
					|  |  |  | :ensure auctex | 
			
		
	
		
			
				
					|  |  |  | :config | 
			
		
	
		
			
				
					|  |  |  | (setq TeX-auto-save t) | 
			
		
	
		
			
				
					|  |  |  | (setq latex-run-command "pdflatex") | 
			
		
	
		
			
				
					|  |  |  | (setenv "PATH" (concat (getenv "PATH") ":/Library/TeX/texbin/")) | 
			
		
	
		
			
				
					|  |  |  | (setq exec-path (append exec-path '("/Library/TeX/texbin/"))) | 
			
		
	
		
			
				
					|  |  |  | (progn | 
			
		
	
		
			
				
					|  |  |  | (setq TeX-auto-save t) | 
			
		
	
		
			
				
					|  |  |  | (setq latex-run-command "pdflatex") | 
			
		
	
		
			
				
					|  |  |  | (setenv "PATH" (concat (getenv "PATH") ":/Library/TeX/texbin/")) | 
			
		
	
		
			
				
					|  |  |  | (setq exec-path (append exec-path '("/Library/TeX/texbin/"))) | 
			
		
	
		
			
				
					|  |  |  | ) | 
			
		
	
		
			
				
					|  |  |  | ) | 
			
		
	
		
			
				
					|  |  |  | ;; Use pdf-tools to open PDF files | 
			
		
	
		
			
				
					|  |  |  | (use-package pdf-tools | 
			
		
	
	
		
			
				
					|  |  | @ -176,6 +178,11 @@ | 
			
		
	
		
			
				
					|  |  |  | (setq org-support-shift-select t)) | 
			
		
	
		
			
				
					|  |  |  | ;;  :hook | 
			
		
	
		
			
				
					|  |  |  | ;;  (org-mode . org-bullets-mode)) | 
			
		
	
		
			
				
					|  |  |  | ;;------pomodoro | 
			
		
	
		
			
				
					|  |  |  | (use-package org-pomodoro | 
			
		
	
		
			
				
					|  |  |  | :ensure t | 
			
		
	
		
			
				
					|  |  |  | :after org | 
			
		
	
		
			
				
					|  |  |  | :bind ("C-x p" . org-pomodoro)) | 
			
		
	
		
			
				
					|  |  |  | ;; org configuration: | 
			
		
	
		
			
				
					|  |  |  | (setq org-agenda-files '("~/beorg/phd.org" "~/beorg/students.org" "~/beorg/inbox.org" "~/beorg/academia.org")) | 
			
		
	
		
			
				
					|  |  |  | (add-hook 'org-mode-hook | 
			
		
	
	
		
			
				
					|  |  | @ -400,6 +407,9 @@ | 
			
		
	
		
			
				
					|  |  |  | '(custom-safe-themes | 
			
		
	
		
			
				
					|  |  |  | (quote | 
			
		
	
		
			
				
					|  |  |  | ("bf387180109d222aee6bb089db48ed38403a1e330c9ec69fe1f52460a8936b66" default))) | 
			
		
	
		
			
				
					|  |  |  | '(package-selected-packages | 
			
		
	
		
			
				
					|  |  |  | (quote | 
			
		
	
		
			
				
					|  |  |  | (org-pomodoro which-key virtualenvwrapper use-package treemacs-projectile pdf-tools org-bullets mu4e-maildirs-extension mu4e-alert magit helm-projectile helm-mu flycheck expand-region doom-themes doom-modeline dashboard company auctex))) | 
			
		
	
		
			
				
					|  |  |  | '(pdf-tools-handle-upgrades nil) | 
			
		
	
		
			
				
					|  |  |  | '(safe-local-variable-values | 
			
		
	
		
			
				
					|  |  |  | (quote | 
			
		
	
	
		
			
				
					|  |  | 
 |