No longer uses tree-sitter with emacs
This commit is contained in:
parent
3bd44c6b48
commit
6c20814f2b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
wallpaper/
|
wallpaper/
|
||||||
lvim/.config/lvim/plugin/
|
lvim/.config/lvim/plugin/
|
||||||
|
newsboat/.newsboat/cache.db
|
||||||
|
@ -36,6 +36,8 @@
|
|||||||
(setq doom-theme next-theme)
|
(setq doom-theme next-theme)
|
||||||
(load-theme next-theme t))))
|
(load-theme next-theme t))))
|
||||||
|
|
||||||
|
(setq doom-nord-light-region-highlight 't)
|
||||||
|
|
||||||
(run-with-timer 0 900 'synchronize-theme)
|
(run-with-timer 0 900 'synchronize-theme)
|
||||||
|
|
||||||
(setq doom-themes-enable-bold t ; if nil, bold is universally disabled
|
(setq doom-themes-enable-bold t ; if nil, bold is universally disabled
|
||||||
@ -46,7 +48,6 @@
|
|||||||
(setq doom-themes-treemacs-theme "doom-colors")
|
(setq doom-themes-treemacs-theme "doom-colors")
|
||||||
|
|
||||||
(setq org-directory "~/org/")
|
(setq org-directory "~/org/")
|
||||||
(add-hook! 'elfeed-search-mode-hook 'elfeed-update)
|
|
||||||
|
|
||||||
(setq display-line-numbers-type 'relative)
|
(setq display-line-numbers-type 'relative)
|
||||||
|
|
||||||
@ -66,12 +67,12 @@
|
|||||||
(custom-set-variables
|
(custom-set-variables
|
||||||
'(git-gutter:update-interval 1))
|
'(git-gutter:update-interval 1))
|
||||||
|
|
||||||
;; tree-sitter syntax highlighting
|
;; ;; tree-sitter syntax highlighting
|
||||||
(use-package! tree-sitter
|
;; (use-package! tree-sitter
|
||||||
:config
|
;; :config
|
||||||
(require 'tree-sitter-langs)
|
;; (require 'tree-sitter-langs)
|
||||||
(global-tree-sitter-mode)
|
;; (global-tree-sitter-mode)
|
||||||
(add-hook 'tree-sitter-after-on-hook #'tree-sitter-hl-mode))
|
;; (add-hook 'tree-sitter-after-on-hook #'tree-sitter-hl-mode))
|
||||||
|
|
||||||
(setq epg-pinentry-mode 'loopback)
|
(setq epg-pinentry-mode 'loopback)
|
||||||
|
|
||||||
@ -81,10 +82,10 @@
|
|||||||
;; org org
|
;; org org
|
||||||
(setq +latex-viewers '(zathura))
|
(setq +latex-viewers '(zathura))
|
||||||
|
|
||||||
(after! org (setq org-hide-emphasis-markers t))
|
;; (after! org (setq org-hide-emphasis-markers t))
|
||||||
(add-hook! org-mode (electric-indent-local-mode -1))
|
;; (add-hook! org-mode (electric-indent-local-mode -1))
|
||||||
(add-hook! org-mode :append
|
;; (add-hook! org-mode :append
|
||||||
#'visual-line-mode)
|
;; #'visual-line-mode)
|
||||||
|
|
||||||
;; fish fish
|
;; fish fish
|
||||||
(setq vterm-shell 'fish)
|
(setq vterm-shell 'fish)
|
||||||
@ -162,3 +163,7 @@
|
|||||||
(setq avy-all-windows 't)
|
(setq avy-all-windows 't)
|
||||||
|
|
||||||
(lsp-treemacs-sync-mode 1)
|
(lsp-treemacs-sync-mode 1)
|
||||||
|
|
||||||
|
(setq highlight-indent-guides-method 'bitmap)
|
||||||
|
|
||||||
|
(add-to-list 'auto-mode-alist '("\.m$" . octave-mode))
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
ophints ; highlight the region an operation acts on
|
ophints ; highlight the region an operation acts on
|
||||||
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
||||||
;;tabs ; a tab bar for Emacs
|
;;tabs ; a tab bar for Emacs
|
||||||
treemacs ; a project drawer, like neotree but cooler
|
(treemacs +lsp) ; a project drawer, like neotree but cooler
|
||||||
unicode ; extended unicode support for various languages
|
unicode ; extended unicode support for various languages
|
||||||
vc-gutter ; vcs diff in the fringe
|
vc-gutter ; vcs diff in the fringe
|
||||||
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
||||||
@ -122,7 +122,7 @@
|
|||||||
elixir ; erlang done right
|
elixir ; erlang done right
|
||||||
;;elm ; care for a cup of TEA?
|
;;elm ; care for a cup of TEA?
|
||||||
emacs-lisp ; drown in parentheses
|
emacs-lisp ; drown in parentheses
|
||||||
erlang ; an elegant language for a more civilized age
|
(erlang +lsp) ; an elegant language for a more civilized age
|
||||||
;;ess ; emacs speaks statistics
|
;;ess ; emacs speaks statistics
|
||||||
;;factor
|
;;factor
|
||||||
;;faust ; dsp, but you get to keep your soul
|
;;faust ; dsp, but you get to keep your soul
|
||||||
@ -146,7 +146,8 @@
|
|||||||
;;nim ; python + lisp at the speed of c
|
;;nim ; python + lisp at the speed of c
|
||||||
;;nix ; I hereby declare "nix geht mehr!"
|
;;nix ; I hereby declare "nix geht mehr!"
|
||||||
;;ocaml ; an objective camel
|
;;ocaml ; an objective camel
|
||||||
(org +roam2 +pretty) ; organize your plain life in plain text
|
;;(org +roam2 +pretty) ; organize your plain life in plain text
|
||||||
|
(org +roam2) ; organize your plain life in plain text
|
||||||
;;php ; perl's insecure younger brother
|
;;php ; perl's insecure younger brother
|
||||||
;;plantuml ; diagrams for confusing people more
|
;;plantuml ; diagrams for confusing people more
|
||||||
;;purescript ; javascript, but functional
|
;;purescript ; javascript, but functional
|
||||||
|
@ -10,7 +10,6 @@ vim.termguicolors = true
|
|||||||
|
|
||||||
lvim.colorscheme = "nord"
|
lvim.colorscheme = "nord"
|
||||||
lvim.shell = "/bin/fish"
|
lvim.shell = "/bin/fish"
|
||||||
vim.opt.guifont = "JetBrainsMono Nerd Font Mono:h16"
|
|
||||||
|
|
||||||
-- keymappings [view all the defaults by pressing <leader>Lk]
|
-- keymappings [view all the defaults by pressing <leader>Lk]
|
||||||
lvim.leader = "space"
|
lvim.leader = "space"
|
||||||
|
@ -18,8 +18,7 @@ exec udiskie
|
|||||||
exec eval (ssh-agent -c)
|
exec eval (ssh-agent -c)
|
||||||
|
|
||||||
# night light and some gamma decrease
|
# night light and some gamma decrease
|
||||||
# exec wlsunset -L 45.5 -l 73.5 -g 0.8
|
exec wlsunset -l 45.6 -L -73.5 -g 0.8
|
||||||
exec wlsunset -S 06:30 -s 16:30 -g 0.8
|
|
||||||
|
|
||||||
# bspwm throw back
|
# bspwm throw back
|
||||||
exec autotiling
|
exec autotiling
|
||||||
@ -254,3 +253,4 @@ bindsym XF86MonBrightnessUp exec light -A 10
|
|||||||
bindsym XF86MonBrightnessDown exec light -U 10
|
bindsym XF86MonBrightnessDown exec light -U 10
|
||||||
bindsym XF86AudioNext exec mpc next
|
bindsym XF86AudioNext exec mpc next
|
||||||
bindsym XF86AudioPrev exec mpc prev
|
bindsym XF86AudioPrev exec mpc prev
|
||||||
|
bindsym XF86AudioStop exec mpc toggle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user