|
|
|
@ -50,7 +50,7 @@
@@ -50,7 +50,7 @@
|
|
|
|
|
(t |
|
|
|
|
:background "#bd93f9" :height 0.1 :box nil)))) |
|
|
|
|
|
|
|
|
|
(defvar global-font-size 10) |
|
|
|
|
(defvar global-font-size 12) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(setq lsp-clients-clangd-executable "/home/lxsameer/usr/lib/llvm-13rc2/bin/clangd") |
|
|
|
@ -58,6 +58,7 @@
@@ -58,6 +58,7 @@
|
|
|
|
|
(defconst llvm-config-dir (concat LLVM_DIR "/llvm/utils/emacs/")) |
|
|
|
|
(defconst mlir-config-dir (concat LLVM_DIR "/mlir/utils/emacs/")) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(add-hook 'c++-mode-hook (lambda () |
|
|
|
|
(load (concat llvm-config-dir "emacs.el")) |
|
|
|
|
(load (concat llvm-config-dir "llvm-mode.el")) |
|
|
|
@ -73,6 +74,16 @@
@@ -73,6 +74,16 @@
|
|
|
|
|
(autoload 'tablegen-mode (concat llvm-config-dir "tablegen-mode") "Code highlighting for tablegen" t) |
|
|
|
|
(add-to-list 'auto-mode-alist '("\\.td\\'" . tablegen-mode)) |
|
|
|
|
|
|
|
|
|
(autoload 'tablegen-mode (concat llvm-config-dir "tablegen-mode") "Code highlighting for tablegen" t) |
|
|
|
|
(add-to-list 'auto-mode-alist '("\\.td\\'" . tablegen-mode)) |
|
|
|
|
|
|
|
|
|
(autoload 'tablegen-mode (concat llvm-config-dir "tablegen-mode") "Code highlighting for tablegen" t) |
|
|
|
|
(add-to-list 'auto-mode-alist '("\\.td\\'" . tablegen-mode)) |
|
|
|
|
|
|
|
|
|
(load-file "/home/lxsameer/src/serene/serene/resources/emacs/serene-dev.el") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
;; =========== FG42 stuff =============================== |
|
|
|
|
;; (use-flags wm font-icons cursor-type |
|
|
|
|
;; exec-path-from-shell golang |
|
|
|
@ -163,5 +174,9 @@
@@ -163,5 +174,9 @@
|
|
|
|
|
|
|
|
|
|
(set-face-attribute 'region nil :background "#888") |
|
|
|
|
|
|
|
|
|
(provide '.fg42) |
|
|
|
|
;;; .fg42.v3.el ends here |
|
|
|
|
|
|
|
|
|
;; ============== MY STUFF ============================== |
|
|
|
|
(serene/setup-dev-env) |
|
|
|
|
|
|
|
|
|
(provide 'fg42.user.v3) |
|
|
|
|
;;; fg42.user.v3.el ends here |
|
|
|
|