mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-16 20:10:58 +01:00
fixed flymake, added ement matrix client
This commit is contained in:
2
init.el
2
init.el
@@ -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)
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
;; FIXME: how to force bash mode?
|
||||
|
||||
(use-package flymake
|
||||
:ensure nil
|
||||
|
||||
|
||||
4
lisp/init-matrix.el
Normal file
4
lisp/init-matrix.el
Normal file
@@ -0,0 +1,4 @@
|
||||
(use-package ement)
|
||||
|
||||
(provide 'init-matrix)
|
||||
;;; init-matrix.el ends here
|
||||
Reference in New Issue
Block a user