fix(wpcarro/emacs): Only render unicode emojis
Disable ASCII and Github styles. Change-Id: Ie68fa2f0129573ea8b893db22214136d69429702 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4598 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
This commit is contained in:
		
							parent
							
								
									8d64d1eeb0
								
							
						
					
					
						commit
						858dd2208f
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -315,6 +315,10 @@ | |||
| (use-package emojify | ||||
|   :config | ||||
|   (add-hook 'after-init-hook #'global-emojify-mode) | ||||
|   ;; Disable the default styles of: | ||||
|   ;; - ascii  :P (When this is enabled, the vim command, :x, renders as 😶) | ||||
|   ;; - github :smile: | ||||
|   (setq emojify-emoji-styles '(unicode)) | ||||
|   (defun wpc-misc-copy-emoji () | ||||
|     "Select an emoji from the completing-read menu." | ||||
|     (interactive) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue