Tweak the selected packages to install

* Update python on Emacs-27.2 and earlier.
* Install applescript-mode everywhere.
* Uninstall laas (LaTeX Auto-Activating Snippets).
This commit is contained in:
Gerard Vermeulen 2022-01-31 06:49:34 +01:00
parent 8a0d7f51a4
commit ad60e49288
1 changed files with 3 additions and 4 deletions

View File

@ -183,10 +183,10 @@ the ~custom-file~ as [[info:emacs#Saving Customizations][saving customizations (
(custom-set-variables
`(package-selected-packages
`(,@(when (version< emacs-version "28.0")
'(org)) ; plain text thought organizer
,@(when (eq system-type 'darwin)
'(applescript-mode)) ; mode to edit AppleScript code
'(org ; plain text thought organizer
python)) ; mode to edit Python code
anaconda-mode ; strangles python-mode
applescript-mode ; mode to edit AppleScript code
async ; asynchroneous processing
auctex ; Aalborg University Center TeX
blacken ; Black Python code formatter client
@ -203,7 +203,6 @@ the ~custom-file~ as [[info:emacs#Saving Customizations][saving customizations (
htmlize ; convert buffer contents to HTML
iedit ; simultaneous multi-entity editing
keycast ; show current command with binding
laas ; LaTeX Auto-Activating Snippets
magit ; Git Text-based User Interface
marginalia ; minibuffer margin notes
markdown-mode ; markdown text mode