Skip to content

Commit

Permalink
flake.lock: Update (#216)
Browse files Browse the repository at this point in the history
* flake.lock: Update

Flake lock file updates:

• Updated input 'emacs-overlay':
    'github:nix-community/emacs-overlay/9a14683828917fe3f6f278eabe4782cf3b1970e1' (2023-08-26)
  → 'github:nix-community/emacs-overlay/0cfbf7042022ba9e823e9d5dfb5fb6385ceba45a' (2023-09-02)
• Updated input 'emacs-overlay/nixpkgs-stable':
    'github:NixOS/nixpkgs/fc944919f743bb22379dddf18dcb72db6cff84aa' (2023-08-23)
  → 'github:NixOS/nixpkgs/841889913dfd06a70ffb39f603e29e46f45f0c1a' (2023-08-30)
• Updated input 'flake-parts':
    'github:hercules-ci/flake-parts/59cf3f1447cfc75087e7273b04b31e689a8599fb' (2023-08-01)
  → 'github:hercules-ci/flake-parts/7f53fdb7bdc5bb237da7fefef12d099e4fd611ca' (2023-09-01)
• Updated input 'flake-parts/nixpkgs-lib':
    'github:NixOS/nixpkgs/9e1960bc196baf6881340d53dccb203a951745a2?dir=lib' (2023-08-01)
  → 'github:NixOS/nixpkgs/3e52e76b70d5508f3cec70b882a29199f4d1ee85?dir=lib' (2023-08-31)
• Updated input 'melpa':
    'github:melpa/melpa/7990ffafb1d4b3e431f095bc02673ac6ccfde56d' (2023-08-24)
  → 'github:melpa/melpa/88bf5f483cc9b1f8ebdc1446a37c9829d77bca4d' (2023-08-31)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/18324978d632ffc55ef1d928e81630c620f4f447' (2023-08-24)
  → 'github:NixOS/nixpkgs/aa8aa7e2ea35ce655297e8322dc82bf77a31d04b' (2023-09-01)
• Updated input 'nongnu-elpa':
    'git+https://git.savannah.gnu.org/git/emacs/nongnu.git?ref=main&rev=6496aa074be90d92e2add11dbc9f750c49eff012' (2023-08-25)
  → 'git+https://git.savannah.gnu.org/git/emacs/nongnu.git?ref=main&rev=aba50eda61cc6083f7cd0b87bee5dcd21fbb40bc' (2023-08-30)
• Updated input 'twist':
    'github:emacs-twist/twist.nix/5ab0523f97b901095045cef13f47f631e9835fd1' (2023-06-24)
  → 'github:emacs-twist/twist.nix/610a3fde647723f1c44e33b7b43a745cf60bd466' (2023-09-02)

* development(eglot): fix renamed variable

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Terje Larsen <[email protected]>
  • Loading branch information
3 people authored Sep 2, 2023
1 parent ed2bda9 commit bc85099
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
50 changes: 25 additions & 25 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion init.org
Original file line number Diff line number Diff line change
Expand Up @@ -2619,7 +2619,7 @@ Generic Language Server Protocol integration via ~eglot~.
"eQ" 'eglot-shutdown)
:init
(setq eglot-autoshutdown t)
(setq eglot-confirm-server-initiated-edits nil)
(setq eglot-confirm-server-edits nil)
(setq eglot-sync-connect nil)
:config
(cl-pushnew '((elixir-mode elixir-ts-mode heex-ts-mode) . ("elixir-ls"))
Expand Down

0 comments on commit bc85099

Please sign in to comment.