chore(3p/sources): Bump channels & overlays
* //users/grfn/system/home: build rain with Go 1.17, as it fails to build with Go 1.18 which introduces new compile-time errors * //3p/nixpkgs: pick ntfy from stable channel as it does not build on unstable * //users/sterni/emacs: make sure use-package is available before org-tracker can be loaded dynamically from $HOME/src. Interestingly this only became a problem with this channel bump. Change-Id: Id7d23b66bc3ba0202a01b4f8d670854e1f31175e Reviewed-on: https://cl.tvl.fyi/c/depot/+/5988 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> Reviewed-by: grfn <grfn@gws.fyi> Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
6f71482534
commit
83d3042209
4 changed files with 27 additions and 20 deletions
|
|
@ -1,3 +1,8 @@
|
|||
;; set up package infrastructure
|
||||
|
||||
(require 'use-package)
|
||||
(package-initialize)
|
||||
|
||||
;; Set default font and fallback font via set-fontset-font
|
||||
;; TODO(sterni): Investigate why ZWJ sequences aren't shaped properly
|
||||
(let ((mono-font "Bitstream Vera Sans Mono-12")
|
||||
|
|
@ -162,10 +167,6 @@
|
|||
(project-magit "Magit")))
|
||||
|
||||
;;; Configure packages
|
||||
(require 'use-package)
|
||||
|
||||
(package-initialize)
|
||||
|
||||
(use-package undo-tree
|
||||
:config
|
||||
(global-undo-tree-mode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue