adding basic embark
This commit is contained in:
		
							parent
							
								
									79a1421804
								
							
						
					
					
						commit
						c7e550df6a
					
				
					 2 changed files with 8 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -668,6 +668,12 @@ Marginalia makes for some great decoration to our minibuffer completion items. W
 | 
			
		|||
 | 
			
		||||
#+end_src
 | 
			
		||||
 | 
			
		||||
*** Embark
 | 
			
		||||
Embark or do something.
 | 
			
		||||
#+BEGIN_SRC emacs-lisp
 | 
			
		||||
(use-package embark)
 | 
			
		||||
#+END_SRC
 | 
			
		||||
 | 
			
		||||
*** Company
 | 
			
		||||
#+begin_src emacs-lisp
 | 
			
		||||
(use-package company
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								init.el
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								init.el
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -369,6 +369,8 @@ vertically."
 | 
			
		|||
  :config
 | 
			
		||||
  (setq marginalia--cache-size 60000))
 | 
			
		||||
 | 
			
		||||
(use-package embark)
 | 
			
		||||
 | 
			
		||||
(use-package company
 | 
			
		||||
  :config
 | 
			
		||||
  (global-company-mode +1)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue