Changes: git commit author, emacs and lunarvim
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
;; Some functionality uses this to identify you, e.g. GPG configuration, email
|
||||
;; clients, file templates and snippets.
|
||||
(setq user-full-name "Minh Tran"
|
||||
(setq user-full-name "minhtrannhat"
|
||||
user-mail-address "minhtrannhat2001@gmail.com")
|
||||
|
||||
;; Doom exposes five (optional) variables for controlling fonts in Doom. Here
|
||||
@@ -22,6 +22,8 @@
|
||||
doom-unicode-font (font-spec :family "JuliaMono")
|
||||
doom-serif-font (font-spec :family "IBM Plex Mono" :weight 'light))
|
||||
|
||||
(setq fancy-splash-image "/home/minhradz/.doom.d/marivector.png")
|
||||
|
||||
(defun synchronize-theme ()
|
||||
(let* ((light-theme 'doom-nord-light)
|
||||
(dark-theme 'doom-nord)
|
||||
@@ -148,6 +150,7 @@
|
||||
;; Deft - a Major mode for text searching
|
||||
(setq deft-directory org-roam-directory)
|
||||
(setq deft-recursive t)
|
||||
(setq deft-default-extension "org")
|
||||
(setq deft-use-filter-string-for-filename t)
|
||||
|
||||
;; Function for inserting node into Org Roam
|
||||
|
@@ -135,7 +135,7 @@
|
||||
;;hy ; readability of scheme w/ speed of python
|
||||
;;idris ; a language you can depend on
|
||||
json ; At least it ain't XML
|
||||
(java +lsp +meghanada) ; the poster child for carpal tunnel syndrome
|
||||
(java +lsp) ; the poster child for carpal tunnel syndrome
|
||||
javascript ; all(hope(abandon(ye(who(enter(here))))))
|
||||
(julia +lsp) ; a better, faster MATLAB
|
||||
;;kotlin ; a better, slicker Java(Script)
|
||||
|
Reference in New Issue
Block a user