834cee5261
- specify correct licenses please note: For people upgrading from sawfish 1.3.3 or older, you will have to manually migrate your existing configuration: $ mv ~/.sawmillrc ~/.sawfishrc If you configuration file contains the line: (require 'sawmill-defaults) please change it to: (require 'sawfish-defaults) And restart sawfish.
15 lines
293 B
Plaintext
15 lines
293 B
Plaintext
For people upgrading from sawfish 1.3.3 or older, you will have to
|
|
manually migrate your existing configuration:
|
|
|
|
$ mv ~/.sawmillrc ~/.sawfishrc
|
|
|
|
If you configuration file contains the line:
|
|
|
|
(require 'sawmill-defaults)
|
|
|
|
please change it to:
|
|
|
|
(require 'sawfish-defaults)
|
|
|
|
And restart sawfish.
|