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:
parent
8a0d7f51a4
commit
ad60e49288
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user