adding org-present
This commit is contained in:
		
							parent
							
								
									d988cac71b
								
							
						
					
					
						commit
						ba930ebf81
					
				
					 2 changed files with 43 additions and 0 deletions
				
			
		
							
								
								
									
										23
									
								
								README.org
									
										
									
									
									
								
							
							
						
						
									
										23
									
								
								README.org
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -874,6 +874,29 @@ Org-Superstar makes the stars at the beginning of the line in =org-mode= a lot p
 | 
			
		|||
  (add-hook 'org-mode-hook '(org-superstar-mode -1)))
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
*** Org-Present
 | 
			
		||||
#+begin_src emacs-lisp
 | 
			
		||||
(use-package org-present
 | 
			
		||||
  :commands org-present
 | 
			
		||||
  :config
 | 
			
		||||
  (add-hook 'org-present-mode-hook
 | 
			
		||||
            (lambda ()
 | 
			
		||||
              (org-present-big)
 | 
			
		||||
              (org-present-hide-cursor)))
 | 
			
		||||
  (add-hook 'org-present-mode-quit-hook
 | 
			
		||||
            (lambda ()
 | 
			
		||||
              (org-present-small)
 | 
			
		||||
              (org-present-show-cursor)))
 | 
			
		||||
  :general
 | 
			
		||||
  (chris/leader-keys 'normal
 | 
			
		||||
    "oo" 'org-present)
 | 
			
		||||
  ('normal org-present-mode-map
 | 
			
		||||
           "q" 'org-present-quit
 | 
			
		||||
           "j" 'org-present-next
 | 
			
		||||
           "k" 'org-present-prev
 | 
			
		||||
           ))
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
*** Org Modern
 | 
			
		||||
#+BEGIN_SRC emacs-lisp
 | 
			
		||||
(use-package org-modern
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										20
									
								
								init.el
									
										
									
									
									
								
							
							
						
						
									
										20
									
								
								init.el
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -627,6 +627,26 @@
 | 
			
		|||
        org-roam-ui-update-on-save t
 | 
			
		||||
        org-roam-ui-open-on-start t))
 | 
			
		||||
 | 
			
		||||
(use-package org-present
 | 
			
		||||
  :commands org-present
 | 
			
		||||
  :config
 | 
			
		||||
  (add-hook 'org-present-mode-hook
 | 
			
		||||
            (lambda ()
 | 
			
		||||
              (org-present-big)
 | 
			
		||||
              (org-present-hide-cursor)))
 | 
			
		||||
  (add-hook 'org-present-mode-quit-hook
 | 
			
		||||
            (lambda ()
 | 
			
		||||
              (org-present-small)
 | 
			
		||||
              (org-present-show-cursor)))
 | 
			
		||||
  :general
 | 
			
		||||
  (chris/leader-keys 'normal
 | 
			
		||||
    "oo" 'org-present)
 | 
			
		||||
  ('normal org-present-mode-map
 | 
			
		||||
           "q" 'org-present-quit
 | 
			
		||||
           "j" 'org-present-next
 | 
			
		||||
           "k" 'org-present-prev
 | 
			
		||||
           ))
 | 
			
		||||
 | 
			
		||||
(use-package org-modern
 | 
			
		||||
  :straight (:host github :repo "minad/org-modern")
 | 
			
		||||
  :config
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue