fixed flymake, added ement matrix client

This commit is contained in:
2024-10-02 09:51:12 +02:00
parent 47eb117e9f
commit 771ef7e17d
3 changed files with 8 additions and 0 deletions

View File

@@ -51,6 +51,7 @@
tvd-config-dir))
(add-to-list 'package-archives '("gnu" . "https://elpa.gnu.org/packages/"))
(add-to-list 'package-archives '("nongnu" . "https://elpa.nongnu.org/nongnu/"))
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))
;; (setq package-archives
@@ -154,6 +155,7 @@
(require 'init-occur)
;; (require 'init-audio) nope, I'm just not using it anymore
(require 'init-daemonde)
(require 'init-matrix)
;; emacs configuration
(require 'init-windowmgmt)

View File

@@ -1,3 +1,5 @@
;; FIXME: how to force bash mode?
(use-package flymake
:ensure nil

4
lisp/init-matrix.el Normal file
View File

@@ -0,0 +1,4 @@
(use-package ement)
(provide 'init-matrix)
;;; init-matrix.el ends here