From 1dd46ad5d88c28f510c7d05e7c4b024441a3d68c Mon Sep 17 00:00:00 2001 From: Michaƫl Ball Date: Sat, 30 Jun 2018 12:28:06 +0100 Subject: Add csound-mode --- .emacs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.emacs b/.emacs index 8f540bd..abcad40 100755 --- a/.emacs +++ b/.emacs @@ -41,7 +41,7 @@ '(org-agenda-files (quote ("~/orgmode.org"))) '(package-selected-packages (quote - (git-gutter emamux use-package lsp-imenu elixir-mode web-mode lsp-go lsp-javascript-typescript multiple-cursors lsp-python lsp-rust lsp-vue company-lsp lsp-ui lsp-mode helm-company company json-mode helm-flycheck flycheck cygwin-mount python-mode typescript-mode org highlight-indent-guides helm-cscope helm-go-package helm-pydoc magit airline-themes all-the-icons base16-theme go-mode helm neotree powerline rust-mode))) + (csound-mode git-gutter emamux use-package lsp-imenu elixir-mode web-mode lsp-go lsp-javascript-typescript multiple-cursors lsp-python lsp-rust lsp-vue company-lsp lsp-ui lsp-mode helm-company company json-mode helm-flycheck flycheck cygwin-mount python-mode typescript-mode org highlight-indent-guides helm-cscope helm-go-package helm-pydoc magit airline-themes all-the-icons base16-theme go-mode helm neotree powerline rust-mode))) '(safe-local-variable-values (quote ((engine . jinja2) (engine . jinja))))) (custom-set-faces ;; custom-set-faces was added by Custom. @@ -320,5 +320,10 @@ :ensure emamux) (global-set-key (kbd "C-z") emamux:keymap) +;;; csound +(use-package csound-mode + :ensure csound-mode) +(require 'csound-mode) + (provide '.emacs) ;;; .emacs ends here -- cgit v1.2.3