fix(gs/emacs): Update config for ligatures
Change-Id: Id29919953e5e512389abf8744025ee36b121f70d Reviewed-on: https://cl.tvl.fyi/c/depot/+/1997 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
		
							parent
							
								
									46dc210221
								
							
						
					
					
						commit
						2a135526c4
					
				
					 2 changed files with 5 additions and 3 deletions
				
			
		| 
						 | 
					@ -853,8 +853,8 @@
 | 
				
			||||||
  (when (eq 'headline (car elt))
 | 
					  (when (eq 'headline (car elt))
 | 
				
			||||||
    (plist-get (cadr elt) :raw-value)))
 | 
					    (plist-get (cadr elt) :raw-value)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(setq +pretty-code-symbols
 | 
					(setq +ligatures-extra-symbols
 | 
				
			||||||
      (append +pretty-code-symbols
 | 
					      (append +ligatures-extra-symbols
 | 
				
			||||||
              '(:equal     "≡"
 | 
					              '(:equal     "≡"
 | 
				
			||||||
                :not-equal "≠"
 | 
					                :not-equal "≠"
 | 
				
			||||||
                :is        "≣"
 | 
					                :is        "≣"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -21,7 +21,7 @@
 | 
				
			||||||
       (popup            ; tame sudden yet inevitable temporary windows
 | 
					       (popup            ; tame sudden yet inevitable temporary windows
 | 
				
			||||||
        +all             ; catch all popups that start with an asterix
 | 
					        +all             ; catch all popups that start with an asterix
 | 
				
			||||||
        +defaults)       ; default popup rules
 | 
					        +defaults)       ; default popup rules
 | 
				
			||||||
       pretty-code       ; replace bits of code with pretty symbols
 | 
					       ligatures         ; replace bits of code with pretty symbols
 | 
				
			||||||
       ;;tabbar            ; FIXME an (incomplete) tab bar for Emacs
 | 
					       ;;tabbar            ; FIXME an (incomplete) tab bar for Emacs
 | 
				
			||||||
       ;;treemacs          ; a project drawer, like neotree but cooler
 | 
					       ;;treemacs          ; a project drawer, like neotree but cooler
 | 
				
			||||||
       unicode           ; extended unicode support for various languages
 | 
					       unicode           ; extended unicode support for various languages
 | 
				
			||||||
| 
						 | 
					@ -119,6 +119,8 @@
 | 
				
			||||||
        +export          ; Exporting org to whatever you want
 | 
					        +export          ; Exporting org to whatever you want
 | 
				
			||||||
        ;; +habit           ; Keep track of your habits
 | 
					        ;; +habit           ; Keep track of your habits
 | 
				
			||||||
        +present         ; Emacs for presentations
 | 
					        +present         ; Emacs for presentations
 | 
				
			||||||
 | 
					        +pretty
 | 
				
			||||||
 | 
					        +brain
 | 
				
			||||||
        +protocol)       ; Support for org-protocol:// links
 | 
					        +protocol)       ; Support for org-protocol:// links
 | 
				
			||||||
       ;;perl              ; write code no one else can comprehend
 | 
					       ;;perl              ; write code no one else can comprehend
 | 
				
			||||||
       ;;php               ; perl's insecure younger brother
 | 
					       ;;php               ; perl's insecure younger brother
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue